Here is a
;Conjured Header
desc = death after five seconds
:state=0,plrwithinzone=1:timerstart,state=1
:state=1,timergreater=5000:state=2
:state=2,plrhealthgreater=100:plraddhealth=-100
:state=2,plrhealthgreater=10:plraddhealth=-10
:state=2,plrhealthgreater=0:plraddhealth=-1
:state=2,plralive=0:state=3
;End Script
for the stock engine that has a 5 second delay for testing.
Here is a
;Conjured Header
desc = death after five minutes
:state=0,plrwithinzone=1:timerstart,state=1
:state=1,timergreater=300000:state=2
:state=2,plrhealthgreater=100:plraddhealth=-100
:state=2,plrhealthgreater=10:plraddhealth=-10
:state=2,plrhealthgreater=0:plraddhealth=-1
:state=2,plralive=0:state=3
;End Script
for the stock engine that should do your 5 minute delay.
Mind you, nothing else should be starting the global timer during that time or it will reset the timer and start the count again.