First, make a notepad file, and call it instruction1.fpi
Now make a HUD in PAINT.NET, Photoshop, whatever your preference is. Make it 512x512 or 1024x1024 for higher texture games, and use the magic wand utility on the white background. Eliminate the background and add text accordingly.
Now save it as instruction1.dds
Open notepad and add this script:
;Gameplay instructions. Script by SecretiveOps
:state=8:hudreset,hudx=50,hudy=50,hudimagefine=\gamecore\huds\instruction1.dds,hudname=instruction,hudhide=1,hudmake=display,state=9
:state9: timerstart, state=0
:state=0: hudshow=instruction1, state=1
:state=1: timergreater=7000, state=3
:state=3: hudunshow=instruction1, state=8
;SecretiveOps Instruction Script End
;
Now save that as instruction1.fpi
Now move the instruction1.dds file to your FPS Creator/Files/gamecore/huds folder, and your instruction1.fpi file to FPS Creator/Files/gamecore/scriptbank folder. Now make a trigger zone and add that script to the Main Script selection. When you start, it should look like what is attached to this post.
Please list me in your game credits if you used this script. Note, this shows the hud for 7 seconds before disappearing. (pic will be a while, srry.)
EDIT: The first post was noobish, this is my first script. I just fixed it and it should be fully masterable.
Why does life suck the life out of you?