Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function TeleportBack ( int zone ) {
  2. Switch( zone ) {
  3. Case 1:
  4. Teleport( Random ( 1, 8 ) );
  5. Case 2:
  6. Teleport( Random ( 9, 17 ) );
  7. Case 3:
  8. Teleport( Random ( 18, 25 ) );
  9. Case 4:
  10. Teleport( Random ( 26, 33 ) );
  11. Case 5:
  12. Teleport( Random ( 33, 40 ) );
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement