Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Script 636 OPEN
- {
- While (1)
- {
- // Light
- Light_LowerByValue(0,255);
- for(int lightid = 1; lightid < 9999; lightid++ )
- { Light_LowerByValue(lightid,999); }
- // Spooky fog
- Sector_SetFade(0,0,0,0);
- for(int lightid2 = 1; lightid2 < 9999; lightid2++ )
- { Sector_SetFade(lightid2,0,0,0); }
- delay(1);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement