Advertisement
bauti777

Untitled

Jan 19th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. script 1 OPEN {
  2. int x = RANDOM(1,2);
  3. while (x == 1) {
  4. Polyobj_MoveToSpot(1,128,7430);
  5. PolyWait(1);
  6. dELAY(1);
  7. Polyobj_MoveToSpot(1,128,7431);
  8. PolyWait(1);
  9. dELAY(1);
  10. Polyobj_MoveToSpot(1,128,7432);
  11. PolyWait(1);
  12. dELAY(1);
  13. Polyobj_MoveToSpot(1,128,7433);
  14. PolyWait(1);
  15. dELAY(1);
  16. x = random(1,2);
  17. Restart;
  18. }
  19. while (x == 2) {
  20. Polyobj_MoveToSpot(1,128,7432);
  21. PolyWait(1);
  22. dELAY(1);
  23. Polyobj_MoveToSpot(1,128,7431);
  24. PolyWait(1);
  25. dELAY(1);
  26. Polyobj_MoveToSpot(1,128,7430);
  27. PolyWait(1);
  28. dELAY(1);
  29. Polyobj_MoveToSpot(1,128,7433);
  30. PolyWait(1);
  31. dELAY(1);
  32. x = random(1,2);
  33. Restart;
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement