hints

nogden74
07 Mar 2012, 22:29
is there a way of setting a timer on a room where if you dont perform an action within say 30 seconds a message is printed on screen?

Pertex
08 Mar 2012, 07:52
Sure! Create a turnscript in your room. In this turnscript create a timer of 30 seconds. If the player does an input in this room this timer is set to 30 seconds again. Dont forget to disable the timer if you leave the room! You can see it in the appended file.

nogden74
08 Mar 2012, 10:59
thanks

this is all really helping