Hey I have started making a game in Fps Creator, I haven't had it for to long so I need some help with my script. The script works alright except for two things...Here is my code so far.
;Artificial Intelligence Script
;Header
desc = Show a HUD
;Triggers
:state=0:hudreset,hudx=50,hudy=80,hudimagefine=gamecore\huds\Start.tga,hudname=message1,hudhide=1,hudmake=display,state=1
:state=1,plrwithinzone=1:timerstart,hudshow=message1,sound=audiobank\voices\Start1.wav,state=2
:state=2,timergreater=1000:hudfadeout=message1
;End of Script
Its all fine. (I think)I walk into the Trigger Zone, It shows the hud. Then it the voice (wav file) comes up perfectly. But the hud does not fade out like I want it to. It just stays there for ages and ages! Plus is there away to freeze the player until say a timergreater= X is finished?
Thanks heaps! Hope someone helps me!