I've got a script right now that is pulling information from a website and pasting it into a chat room for my job.
The way it works it reads the chat log of the chat room, scans whats said and then copies out what it needs to run on the website. The problem is that right now it can only run one lookup at a time and by the time someone else needs a look up the chat has moved on and it no longer can see the prior request.
What would be great is if someone could show me how you can set up a queuing system so it stores each request it sees and then pushes them out one by one. I honestly have no idea how to even being to implement something like. Bit of a programming noob here.