Just so you know in the future, this isn't a request board (read the sticky by Plystire
) But, because I may need this in the future, here's the script. I haven't had time to test it, so please reply and tell me whether it works.
;Artificial Intelligence Script
;Header
desc = Plr hurt when leaving map
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=(your hud directory),hudname=Prompt,hudhide=1,hudmake=display
:state=0,plrwithinzone=1:timerstart,sound=$,hudshow=Prompt
:state=0,plrwithinzone=1,timergreater=5000:plraddhealth=-9999,state=0,hudunshow=Prompt
;End of Script