hi all,
I'm making an improved version of the night vision script from xplosys
and as far as I came: I can show the hud and hide it but I can't reshow. can someone help me with that. i've got this as far:
;Artificial Intelligence Script
; by xplosys
desc = Simple Night Vision
;Header
;Triggers
:state=0:state=1
:state=1,scancodekeypressed=49:hudreset,hudx=50,hudy=50,hudimagefine=gamecore\huds\nv_gog.dds,hudname=NV,hudmake=display,state=2
:state=2,scancodekeypressed=49:ambience=50,ambiencegreen=255,state=3
:state=3,scancodekeypressed=50:hudunshow=NV,state=4
:state=4,scancodekeypressed=50:ambience=0,ambiencegreen=0,state=0
;End of Script
where to add when the hud need to reshow?
( if scancodekeypressed=49 is pressed offcourse )
[href]http://tbhproductions.com
[/href]