Wait Not working

Ok. 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.

Try 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 ....")
}


Nope. No wait key. It just clears the screen and prints the last three messages.


Ok. 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?


Try 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.


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums