Advertisement
MGT

unconscious check

MGT
Aug 20th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if (isNil "NORRN_unconscious") then {
  2. NORRN_unconscious = false;
  3. };
  4. while {true} do {
  5. waitUntil { NORRN_unconscious };
  6. titleText ["input disabled","PLAIN DOWN"]; titleFadeOut 4;
  7. disableUserInput true;disableUserInput true;disableUserInput true;
  8. waitUntil { !NORRN_unconscious };
  9. disableUserInput false;disableUserInput false;disableUserInput false;
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement