;Artificial Intelligence Script
;Header
desc = Leave corpse
;Triggers
:state=0:state=1
:state=1:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\crawlers.dds
,hudname=crawlers,hudhide=1,hudmake=display,state=2
:state=2:plrsound=audiobank\misc\ping.wav,hudshow=crawlers,hudfadeout=crawlers,state=3
:state=3:rundecal=5,suspend,coloff
;End of Script
Its a modification from the one in the community guide.
I am creating a survival horror, i wanted text to appear from time to time from a charecter whom helps the player by directing them.
The closest thing I could find was this script, it was meant to display a Hud when you defeat an enemy, it was designed for x9 and I am using x10 :<
At the moment my image is located in:
C:\Program Files (x86)\The Game Creators\FPS Creator X10\Files\languagebank\english\gamecore\text\crawlers.DDS
Could anyone advise me on what I have done wrong, or point me to a script that suits my purpose :S?
Thanks