...neat, simple and clean.
;Artifical Inteligence Script::::::::::::::::::::::::::
desc = Shows Objectives Text HUD (When TAB Key Is Pressed)
;Just like it sounds...enter desired TEXT in the script below
;The FONT can be changed in the script below
;Assign OBJECTIVES TEXT HUD.fpi as TRIGGERZONE's MAIN SCRIPT
;TEXT will display on the screen, if the TAB Key is pressed
;Triggers
;Objectives Text & Default Font = Impact
:state=0:hudreset,hudx=50,hudy=90,hudtext=[ENTER OBJECTIVES TEXT HERE],hudfont=Impact,hudname=objectives,hudhide=1,hudmake=display,state=1
;TAB Key Pressed
:state=1,scancodekeypressed=15:state=2
:state=1:hudunshow=objectives
:state=2:hudshow=objectives,state=1
;End of Script::::::::::::::::::::::::::::::::::::::::::::::::::
...if you need some variation, it shouldn't be difficult to customize it to your needs...