I want to write a bot using basicbot that simply takes a file containing many previously captured messages and spit them back into a room with a delay specified by the user. Overriding said method isn't working ( at least the way I am doing ) because I don't see any messages until all the messages have been read in, sent to the room and then the event loop get hit again. what is the basic setup to have each message chatted into the room as I read them in? I guess I am asking how can I have control of the program without having to rely on an event to trigger the rest of the program. using tick? many thanks