John (the hero) enters a room. When he's entered the room, Doc (another
character) is going to start talking to him, but I want Doc to wait untill John have
been in the room for 5 seconds before he starts talking. If I use WAIT the entire
game is 'paused'. for those five seconds, so my question is what other commands
is there that I can use?
Use Timers. SetTimer(int timer, int timeout); and IsTimerExpired(int timer); look those up in the help section.