Hi Nue B.
I am trying your hud script, and am using the following script to test it out:
;Artificial Intelligence Script
;BY: NUE B.
;Header
desc = Display Objectives (push "f1")
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore/huds/eyehud.dds,hudname=OBJ,hudhide=1,hudmake=display,state=10
:state=10,scancodekeypressed=59:hudshow=OBJ,state=1
:state=1:timerstart,state=2
:state=2,timergreater=6000:state=3
:state=3:hudunshow=OBJ,state=0
;End of Script
I made the file, and it's called help.fpi and it's in the scriptbank folder.
I can't seem to get it to work, and was wondering if you might be able to figure out what I'm doing wrong.
(or anyone else who wishes to reply)
Thanks,
Dave