A hud can only be postioned once when you create it.
;Artificial Intelligence Script
;Header
desc = My Own HUD
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimage=gamecore\huds\osama.jpg,hudname=myownhud,hudhide=1,hudmake=display,state=1
:state=1,plrwithinzone=1:hudshow=myownhud,state=2
:state=2,plrwithinzone=0:hudunshow=myownhud,state=1
;End of Script
Note the
hudx=50,hudy=50
Those are the co-ordinates of where it's positioned.
They represent percentages.
In this case, 50% across and 50% down. (in the middle)
You can use any condition you want, the
plrwithinzone is just an example.
Whatever you can imagine, you can animate. --- Walt Disney
All too easy. --- Darth Vader
Just do it! --- Nike