I have this script to show a hud only ONCE:
;Artificial Intelligence Script
;Header
desc = Level 1 Objective 02 (Collect Radio and Map)
;Triggers
:state=0:hudreset,hudx=50,hudy=30,hudimagefine=gamecore\huds\dontshoot.tga,hudname=l1obj02,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=60:hudshow=l1obj02,hudfadeout=l1obj02
:state=10,plrdistwithin=60,plrusingaction=1:activate=2
:state=10,activated=2:state=1,setframe=0,sound=$0
:state=1:incframe=0
:state=1,frameatend=0:state=2,coloff
:state=2,plrdistwithin=60,plrusingaction=1:activate=0
:state=2,activated=0:state=3,sound=$1,colon
:state=3:decframe=0
:state=3,frameatstart=0:state=10,setframe=0,state=20
;End of Script
But it is showing ALL the time i get into the zone....
plz help!
GraPix Entertainment