Disclaimer: I'm brand new to this and potentially stupid. Anyway, I've managed to get a lot of things to work so far, but I can't get my countdown to work.
Basically, I want the player to activate a console which will start a timer of 4 minutes before the place "explodes"/player dies.
So, what I'm doing is: I have no idea how to make the computer console "usable," so I set its script to dooruse. Then I set the Automated AI "if used" to a light that I named Trigger1. Trigger1 is where I linked the timer script to. So, what I'm hoping for is that the player "uses" the console, which activates the timer script via the light. Except, nothing happens after the console is used. I'm not sure if the issue is my method, or my script.
;Artificial Intelligence Script
:state=0:etimerstart,state=1
:state=1,etimergreater=240000:etimerstart
:state=2,etimergreater=1000:plrsubhealth=1000,suspend
Can you help me out? I'm not finding answers in any of the guides.