Prevent Turn Scripts from firing when the player Looks at something?
kemilu
16 Oct 2018, 23:18When there are turn scripts causing things to happen each turn, I want to give the player as much time as they need to assess the situation by Looking at whatever they would like before they decide on what course of action to take.
Is there a way to do this? Do I need to somehow modify the game's definition of the Look verb? Or can I add something to the turn scripts themselves to tell them to stall when someone is Looking?
I appreciate any help you all can give. =)

CheeseMyBaby
17 Oct 2018, 03:54If you’re on desktop and running 5.8 I believe there’s a function called “SupressTurnscript” or something similar (you might want to do a search for it) that should do exactly what you’re asking for.
The Pixie
17 Oct 2018, 08:27To add to CheeseMyBaby's reply, you need to override the look command (which you can do on the web version, though the process is a little different), and have it call SuppressTurnscripts
by just adding that in a new line at the end of the code.

CheeseMyBaby
17 Oct 2018, 15:07@Pix
Now that we're talking about it. Is there an equivalent of SupressTurnscripts
in 5.7?