Hello
I have question with this script
;Artificial Intelligence Script
;Header
desc = Analizing Object
;Triggers
:state=0:timerstart,hudreset,hudx=50,hudy=50,hudimagefine=gamecore\huds\eye.png,hudname=eye,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore\huds\info.png,hudname=info,hudhide=2,hudmake=display,state=1
;show eye
:state=1,pickobject=1,plrdistwithin=50:hudshow=eye
:state=1,pickobject=0:hudunshow=eye
;show info
:state=1,pickobject=1,plrdistwithin=50,plrusingaction=1:hudunshow=eye,state=2
:state=2:hudshow=info,state=3
:state=3,timergreater=8000:hudfadeout=info,state=1
How do we get the script for the second time worked as long as the first? As for the first time takes 8000ms, and the second and subsequent times only: (
I know that the bug is in the last line, because
but where else I would not intercede script does not work
Just as I start to have fun with scripting, so please bear with us