Hey,
it worked like a charm! Thanks! I have one other question...how do I use a timer for my text? I'm following the tutorial in the Community Guide. In the tutorial, the script is written so the text is only on the screen while you're in the trigger zone. This is the script:
;Artificial Intelligence Script
;Header
desc = dialogue1
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudtext=(Samuels! Get down here now!!),hudsize=24,hudname=dialogue1,hudhide=1,hudmake=display,state=1
:state=1,plrwithinzone=1:hudshow=dialogue1,state=2
:state=2,plrwithinzone=0:hudunshow=dialogue1,state=1
;End of Script
How do I use a timer to make my text, "Samuels! Get down here now!!" stay on the screen for a specified amount of time?
Thanks!