ExitApparatus on 26/6/2013 at 05:16
I had a neat idea today I'd like to include in the mission I'm working on: if/when one (or preferably any) of the security cameras in the mission reach the red/alarm level of alertedness, I'd like Garrett to say something like "Whoops."
Does this sound achievable? Anybody have an idea of what steps to take?
kdau on 26/6/2013 at 07:10
Quite achievable! Every camera has the CameraAlert script, which sends a TurnOn message along ControlDevice links whenever the camera reaches high alert (turns red). Just create ControlDevice links from the camera(s) you want to the VOTrap. Good choices for Garrett VOs include gar9908 ("Oops!") and the ever-popular gar9909 ("Damn! I didn't mean for that to happen."). For a fancier setup that e.g. fails an optional objective, you could use NVGhostingMessages as well.
ExitApparatus on 26/6/2013 at 08:22
Wow, I thought it'd be more complicated. Thanks for the help.