Advertisement
hockeygoalie5

Untitled

May 7th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. this addAction ["Lightbar on", {this SetVariable ["LUCE", true]}, "", 0, false, true, "", "!(this getVariable 'LUCE')"];
  2. this addAction ["Lightbar off", {this SetVariable ["LUCE", false]}, "", 0, false, true, "", "this getVariable 'LUCE'"];
  3. this addAction ["Siren on", {this SetVariable ["AUDIO", true]}, "", 0, false, true, "", "!(this getVariable 'AUDIO')"];
  4. this addAction ["Siren off", {this SetVariable ["AUDIO", true]}, "", 0, false, true, "", "!this getVariable 'AUDIO'"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement