Hello everyone! I'm new to FPS Creator
I still cant script well even read those tutorial
I want to create these effects in my game:
1.Lower water level by a switch:
I can make it by a trigger zone with lowerwaterlevel.fpi,
but when I add it to switch3.fpi in line 13(I use switch3 entity)
looks like this
;Artificial Intelligence Script
;Header
desc = Use Switch (animated lever)
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pressentertouse.png,hudname=useswitchprompt,hudhide=1,hudmake=display,state=10
:plrdistwithin=100:hudshow=useswitchprompt,hudfadeout=useswitchprompt
:state=10,plrdistwithin=100,plrusingaction=1:state=1,setframe=0,plrsound=$0,activateifused=1
:state=1:effectdecwaterlevel=1
:state=1:incframe=0
:state=1,frameatend=0:state=2
:state=2,plrusingaction=0:state=3
:state=3,plrdistwithin=100,plrusingaction=1:state=4,plrsound=$1,activateifused=0
:state=4:decframe=0
:state=4,frameatstart=0:state=5,setframe=0
:state=5,plrusingaction=0:state=10
;End of Script
It doesn't work and the msg "Press enter to use" won't show up ! Why? Should I still need a trigger zone?
2. I use the script to show a text when I near sth in Hints 'n'
tips guide by Nickydude, and i use a tga image to test it, but
it doesn't work.

I save my image in C:\Program
Files\TGC\FPSX10\Files\gamecore\huds is this the right path?
the image is in attachment
3. I use the script "Suicide" to make a bomber from the 60+ script
pack, and use characters from sc-fi. But they wont chase me,
just stuck or shack weirdly. How to solve it ?
Thanks for your reading, and sorry for my bad english