ijontichy

heh.c

Mar 23rd, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. #include "zcommon.acs"
  2. script 636 open
  3. {
  4.     for (int i = 0; i < 65535; i++)
  5.     {
  6.         Light_ChangeToValue(i, 0); Sector_SetFade(i, 0,0,0); Delay(i % 10000 == 9999);
  7.     }
  8.     restart;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment