I am working on this script, but I have a slight problem
:state=0:hudreset,hudx=50,hudy=65,hudimagefine=huds\hud_askquestion.png,hudname=talk1,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=65,hudimagefine=huds\hud_askquestion2.png,hudname=talk2,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=65,hudimagefine=huds\hud_askquestion3.png,hudname=talk3,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=60,plrusingaction=1:rotatetoplr,hudshow=talk1,state=12
:state=12,scancodekeypressed=2:hudfadeout=talk1,state=20
:state=20,plrdistwithin=60,scancodekeypressed=2:plrdistwithin=60,hudshow=talk2,state=22
:state=22,scancodekeypressed=3:hudfadeout=talk2,state=30
:state=30;plrdistwithin=60,scancodekeypressed=3:hudshow=talk3,state=32
:state=32,scancodekeypressed=3:hudfadeout=talk3,state=0
Now if this loops or if I want to add extra questions I am no longer able to use 1 2 3 on my number pad as this information is staying alive in the script.
So on the next loop instead of waiting for me to press 1, 2, 3 it automtically runs through with remembering that I entered that data earlier.
So is there anyway, that I can say after each STATE that scancodekeypressed=none
that wouldn't be the code, as I have tried.
Any ideas guys would be appreciated