Код
;Artificial Intelligence Script
;Header
desc = Control Lift
;Triggers
:state=0:state=1
:state=1,plrhigher=10,plrdistwithin=50,scancodekeypressed=201:state=5,coloff
:state=1,plrhigher=10,plrdistwithin=50,scancodekeypressed=209:state=6,coloff
:state=1,plrdistfurther=51:state=3,coloff
:state=3,playerassociated:state=1,unassociateplayer,colon
:state=5,plrdistwithin=50:sound=audiobank\atmos\motorhum.wav,state=8,associateplayer
:state=5,plrdistfurther=55,playerassociated:state=1,unassociateplayer,colon
:state=6,plrdistwithin=50:sound=audiobank\atmos\motorhum.wav,state=9,associateplayer
:state=6,plrdistfurther=55,playerassociated:state=3,unassociateplayer,colon
:state=8,raycastup=20 80:state=1,plraddhealth=-1
:state=8:state=1,moveup=1
:state=9,raycastup=-3 0:state=1
:state=9:state=1,moveup=-1
;End of Script