I shall teach you the ways of the scripting young one, but the scripter who wants to learn, learns himself to script
Just messing around, but here is what you need to do make a trigger zone and apply the script to it (which might help to know what kind of script you are using fro it) and then if you want to center it open the .fpi file like this-
;Artificial Intelligence Script
;Header
desc = My Own HUD
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore/text/NAME,hudname=NAME,hudhide=1,hudmake=display,state=1
:state=1,plrwithinzone=1:hudshow=NAME,state=2
:state=2,plrwithinzone=0:hudunshow=NAME,state=1
;End of Script
*PLEASE NOTE IF YOU USE THIS CHANGE THE SLASHES AT gamecore/text/NAME,hudname=NAME TO THE OTHER ONES*
Change the line at
hudreset,hudx=50,hudy=90,
to the coordinates to what you want probably 0,0 for both is the center edit these to what works best