I've been reading the FPSC unofficial guide that was in a sticky at the top of this board. I am currently trying to get the text pop up script to work (found on page 74)
;Artificial Intelligence Script ;Header desc = My Own HUD ;Triggers :state=0:hudreset,hudx=50,hudy=90,hudimagefine=languagebank\english\gamecore\text\myownhud.tga,hudname=myownhud,hudhide=1,hudmake=display,state=1 :state=1,plrwithinzone=1:hudshow=myownhud,state=2 :state=2,plrwithinzone=0:hudunshow=myownhud,state=1 ;End of Script
I've made a simple image in photoshop named it myownhud and saved it as tga file. I placed myownhud in \languagebank\english\gamecore\text
I've copied this code and saved it as a .fpi file nad placed it in the scriptbank.
Then i will place a triggerzone in my level, set the main ai to myownhud.fpi yet when i walk into the zone my image does not pop up. I wouldn't be suprised if i have made a stupid and obvious mistake but i just cant figure this out and i've spent the last day and a half working on it.
Any help would be appreciated, thanks in advance.