Wait Not working
wooterslw
13 Jan 2018, 09:07Ok. The Wait function was working now all the sudden it's not. Here is my code:
ClearScreen
msg ("You slump....")
msg ("<p><i>My friend...")
wait {
ClearScreen
}
msg ("<p>You are...")
msg("<p>You look...")
msg ("<p>You look ....")
Now the program just clears the screen. No wait key.

K.V.
13 Jan 2018, 13:04Try it this way:
ClearScreen
msg ("You slump....")
msg ("<p><i>My friend...")
wait {
ClearScreen
msg ("<p>You are...")
msg("<p>You look...")
msg ("<p>You look ....")
}
wooterslw
13 Jan 2018, 14:31Nope. No wait key. It just clears the screen and prints the last three messages.
wooterslw
13 Jan 2018, 15:03Ok. Figured it out. Wait does NOT like the walk through option. If I use walk through it goes bonkers. But if I just play then it works fine. Bug perhaps?
The Pixie
13 Jan 2018, 17:45Try recording a walkthrough, and see if that works.
... Which is not to say it is noit a bug, but there is a special format you need to use for wait
and ShowMenu
.