posted 17-06-2003 11:44 BST
The easiest way to do this is probably to add a Room After Turn Script to the room. Get it to increment a "midget" numeric variable or similar: Go to the Variables category, select "Set a numeric variable", and then enter the variable name:midget
and the variable contents:
%midget% + 1
Next add conditional script commands to check the value of the "midget" numeric variable and print the appropriate message. To the final one, add a command to set the "midget" numeric variable back to 0.
You'll also need to set this variable to 0 when the player enters the room or the game starts.