Код
;Artificial Intelligence Script
;Header
desc = store item (value=20)
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\buy.png,hudname=buy,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\cantbuy.png,hudname=cantbuy,hudhide=1,hudmake=display
:state=0,plrdistwithin=60:state=1
:state=1,plrhealthgreater=29:state=2
:state=1,plrhealthless=30:state=4
:state=2,plrdistwithin=60:hudshow=buy,hudfadeout=buy,state=3
:state=2,plrdistfurther=60:state=0
:state=3,plrdistwithin=60,plrusingaction=1:state=0,playertake,coloff,plrsound=audiobank\misc\ping.wav,plraddhealth=-20
:state=3,plrdistfurther=60:state=0
:state=4,plrdistwithin=60:hudshow=cantbuy,hudfadeout=cantbuy
:state=4,plrdistfurther=60:state=0