First of all, thanks for your guys' help.
ok, now when i start up the game, it doesn't show the objectives screen.
when i press the button it displays it, so that worked.
now the only problem is, when i let go of the key, it just stays there (even after 6 seconds).
how do i get it so that when i release the key, it dissapears?
my current code is this (by the way, i just changed it from the tilde to the Tab button)
;Objectives on Screen Script
; Script by: Silent Thunder
desc = Display Objectives (push "Tab")
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore/huds/objectives.tga,hudname=objectives,hudhide=1,hudmake=display,state=10
:state=10,scancodekeypressed=15:hudshow=objectives
:state=1:entitytimerstart,state=2
:state=2,entitytimergreater=6000:state=3
:state=3:hudunshow=objectives.tga,state=0
;End of Script
any ideas?