Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script 1 OPEN {
- int x = RANDOM(1,2);
- while (x == 1) {
- Polyobj_MoveToSpot(1,128,7430);
- PolyWait(1);
- dELAY(1);
- Polyobj_MoveToSpot(1,128,7431);
- PolyWait(1);
- dELAY(1);
- Polyobj_MoveToSpot(1,128,7432);
- PolyWait(1);
- dELAY(1);
- Polyobj_MoveToSpot(1,128,7433);
- PolyWait(1);
- dELAY(1);
- x = random(1,2);
- Restart;
- }
- while (x == 2) {
- Polyobj_MoveToSpot(1,128,7432);
- PolyWait(1);
- dELAY(1);
- Polyobj_MoveToSpot(1,128,7431);
- PolyWait(1);
- dELAY(1);
- Polyobj_MoveToSpot(1,128,7430);
- PolyWait(1);
- dELAY(1);
- Polyobj_MoveToSpot(1,128,7433);
- PolyWait(1);
- dELAY(1);
- x = random(1,2);
- Restart;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement