I went to that FPs Hint website and I found this objective script. It allows you to see the objectives when you hit the TAB key. First what I am asking for is how Do I make a .tga file so it shows up. I tried it with the .PNG and it didnt show up. here is what the script looks like....
Objectives on Screen Script
; Script by: Silent Thunder
; Edited by Conjured Entertainment
desc = Display Objectives via TABKey
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore/huds/objectives.tga,hudname=objectives,hudhide=1,hudmake=display,state=1
:state=1,scancodekeypressed=20:state=2
:state=1:hudunshow=objectives
:state=2:hudshow=objectives,state=1
;End of Script
Now all i did was change the Scancodekeypressed=20 so all i would have to push t instead of TAB. So first tell me how I can make a .tga file and then how i should do it.
thanks.