Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include "zcommon.acs"
  2.  
  3. //red sector color script\\
  4. Script 1 open
  5. {
  6. sector_setcolor (9, 128, 0, 0);
  7. }
  8.  
  9. script 2 ( void )
  10. While((GetInvasionWave() != 2) || (GetInvasionState() != IS_COUNTDOWN))
  11. {
  12. Delay(1);
  13. }
  14. thing_remove(100);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement