Hi blackfx
it is about a script example on how to view a hud by pressing a key
I got your following script:
;Artificial Intelligence Script
;Header
desc = View the Map
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=YOURHUDIMAGE,hudname=YOURHUDNAME,hudhide=1,hudmake=display
:state=0:state=2
;VIEWING HUD (M KEY)
:state=2,scancodekeypressed=50:state=5
:state=5:state=10
:state=10:hudshow=YOURHUDNAME,etimerstart,state=11
:state=11,etimergreater=500,scancodekeypressed=50:hudunshow=YOURHUDNAME,state=12
:state=12,scancodekeypressed=50:etimerstart,state=15
:state=15,etimergreater=500:plrfreeze=0,etimerstart,state=20
;Reset Main delay
:state=20,etimergreater=150:state=2
;End of Script
You said
Quote: "This script is attached to a trigger zone, which is spawned when the player picks up a map in a level. The player can then press the M key to scroll through and view the multiple map huds."
But I did not understand it! How do I use this script if I pick up a map, where to put it? Thanks