Advertisement
ijontichy

heh.c

Mar 23rd, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. special
  2.     213:Sector_SetFade(4),
  3.     112:Light_ChangeToValue(2),
  4.     -1000:__EndOfList__(10);
  5.  
  6. script 636 open
  7. {
  8.     for (int i = 0; i < 65535; i++)
  9.     {
  10.         Light_ChangeToValue(i, 0); Sector_SetFade(i, 0,0,0); Delay(i % 10000 == 9999);
  11.     }
  12.     restart;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement