I need some help here on how to fix this problem. Ive created a simple script which you attach to a trigger zone and, using the numpad keys that correspond with the question number, gives you a reply.
The only problem is it doesn't display, after several failed attempts at fixing the problem, i'd like to ask you how to fix it.
Here is the code, if you can analyse the problem, and explain to me how it can be fixed, that would be great.
;Artificial Intelligence Script
;by Peter Davidson
;Header
desc Asking Questions
;Triggers
:state=0,plrwithinzone=1,state=1
:state=1:hudreset,hudx=50,hudy=60,hudimagefine=languagebank/english/gamecore/messages/ask1r1.bmp,hudname=askprt1,hudhide=1,hudmake=display,state=2
:state=2:hudshow=askprt1
:state=2:scancodekeypressed=79,state=3
:state=2:scancodekeypressed=80,state=4
:state=2:plrwithinzone=0,state=0
:state=3:hudreset,hudx=50,hudy=60,hudimagefine=languagebank/english/gamecore/messages/ask1r1.bmp,hudname=askprt2,hudhide=1,hudmake=display,state=5
:state=4:hudreset,hudx=50,hudy=60,hudimagefine=languagebank/english/gamecore/messages/ask1r2.bmp,hudname=askprt3,hudhide=1,hudmake=display,state=6
:state=3:hudshow=askprt2
:state=3:timerstart,state=5
:state=4:hudshow=askprt3
:state=4:timerstart,state=6
:state=5,timergreater=5000:state=7
:state=6,timergreater=5000:state=8
:state=7:hudunshow=askprt2,state=2
:state=8:hudunshow=askprt3,state=2
;End of Script
Im a new user, im young and FPI-dyslexic, i simply dont have the foggiest and cant learn FPI, so copy and paste code snippets please!