Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. on right click on sign:
  2. set {_spawn} to a random integer between 1 and 20
  3. if {_spawn} is 1:
  4. teleport the player to location of {spawn1}
  5. if {_spawn} is 2:
  6. teleport the player to location of {spawn2}
  7. if {_spawn} is 3:
  8. teleport the player to location of {spawn3}
  9. if {_spawn} is 4:
  10. teleport the player to location of {spawn4}
  11. if {_spawn} is 5:
  12. teleport the player to location of {spawn5}
  13. if {_spawn} is 6:
  14. teleport the player to location of {spawn6}
  15. if {_spawn} is 7:
  16. teleport the player to location of {spawn7}
  17. if {_spawn} is 8:
  18. teleport the player to location of {spawn8}
  19. if {_spawn} is 9:
  20. teleport the player to location of {spawn9}
  21. if {_spawn} is 10:
  22. teleport the player to location of {spawn10}
  23. if {_spawn} is 11:
  24. teleport the player to location of {spawn11}
  25. if {_spawn} is 12:
  26. teleport the player to location of {spawn12}
  27. if {_spawn} is 13:
  28. teleport the player to location of {spawn13}
  29. if {_spawn} is 14:
  30. teleport the player to location of {spawn14}
  31. if {_spawn} is 15:
  32. teleport the player to location of {spawn15}
  33. if {_spawn} is 16:
  34. teleport the player to location of {spawn16}
  35. if {_spawn} is 17:
  36. teleport the player to location of {spawn17}
  37. if {_spawn} is 18:
  38. teleport the player to location of {spawn18}
  39. if {_spawn} is 19:
  40. teleport the player to location of {spawn19}
  41. if {_spawn} is 20:
  42. teleport the player to location of {spawn20}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement