Guest User

Untitled

a guest
Feb 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. script 901 OPEN // More sparks
  2. {
  3. Thing_Activate (24);
  4. Light_RaiseByValue (29, 16);
  5. Delay(5);
  6. Thing_Deactivate (24);
  7. Light_LowerByValue (29, 16);
  8. Delay (55);
  9. Thing_Activate (25);
  10. Light_RaiseByValue (29, 16);
  11. Delay(5);
  12. Thing_Deactivate (25);
  13. Light_LowerByValue (29, 16);
  14. Delay (10);
  15. Thing_Activate (26);
  16. Light_RaiseByValue (29, 16);
  17. Delay(5);
  18. Thing_Deactivate (26);
  19. Light_LowerByValue (29, 16);
  20. Delay (10);
  21. Thing_Activate (27);
  22. Light_RaiseByValue (29, 16);
  23. Delay(5);
  24. Thing_Deactivate (27);
  25. Light_LowerByValue (29, 16);
  26. Delay (30);
  27. Thing_Activate (28);
  28. Light_RaiseByValue (29, 16);
  29. Delay(5);
  30. Thing_Deactivate (28);
  31. Light_LowerByValue (29, 16);
  32. Restart;
  33. }
Add Comment
Please, Sign In to add comment