;Artificial Intelligence Script
;Header
desc = My Own HUD
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=languagebank\english\gamecore\text\welcome.tga,hudname=welcome,hudhide=1,hudmake=display,state=10
:state=10,plrwithinzone=1:hudshow=welcome,state=2
:state=2,timerstart,state=3
:state=3,timergreater=6000:state=4
:state=4,plrwithinzone=0:hudfadeout=welcome,state=0
;End of Script
shows defined centerscreen-hud when player enters zone, then fades out after 6 seconds (etimer).
copied out of an older thread, so please use searchfunktion at the bottom on each site of these forums.