well i have got to the second room in my new game and i was wondering how to make my character stay still until the dialogue box has gone?
any help fast would be very helpfull thanks :)
That depends on what you mean by "dialogue box". If it's the thing shown by the Display or Say commands, you're home free, because it auto-pauses the game.
well its the one where i put in the coding overlay.createtextual(etc);
this is the dialogue ive got any help in gettin my character to stop ? while its on??
Simply enough. Just put a WaitKey command immediatly after the overlay stuff. Consult the manual for details.