Not as easy as it looks...

Brian5757
03 Jan 2020, 12:48

My first test of Quest was to write a simple Quest adventure that has a red button in the Engine room and when I press the button I turn on the engine which is displayed in a message. I also set a flag called "EngineRunning". If I press the button again the program will check to see if the Engine running flag has been set and tell me that the engine is already running.

This should give me some practice with scripts and flags as well as creating a command "press button"
But at the moment I'm getting errors...so it looks like I need to do some more research on Quest.


XanMag
04 Jan 2020, 03:12

What errors are you getting?


Brian5757
05 Jan 2020, 06:11

I just posted my code under the title "Where am I going wrong with my simple code.