Script of Night Vision i FPS creator
;Artificial Intelligence Script
; by Jolly Roger 2
desc = Night Vision Script
; Assign this script to a light on the level set in dynamic mode
; Name it nv_light or whatever you want.
; In this script you can use the key 'n' to turn on and off night vision
; You can use any other key by changing scancodekeypressed value
; And you can set up your nv changin ambiencegreen and ambience values
;Header
;Triggers
;thanks to my uncle that helped me
:state=0:state=1
:state=1,scancodekeypressed=49:ambience=100,ambiencegreen=255, ambiencered=0, ambienceblue=0,state=2,timerstart ;you can add plrsound=sound to play a sound
:state=2,timergreater=3000:state=3
:state=3,scancodekeypressed=49:ambience=0,state=4, timerstart ;Replace 'ambience=0' with your level ambience light
:state=4,timergreater=3000:state=0
;End of Script
Shoot everyone you see.
When you have finished ammo call me please.