Facebook
From wild, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 260
  1.  
  2.  
  3. on rightclick on sign:
  4.         if line 2 is "&3&lRandomTP":
  5.                 set {RandomTP.server} to a random integer between 1 and 10
  6.                
  7.                 if {RandomTP.server is 1:
  8.                         teleport player to {random.teleport.location.1}
  9.                 if {RandomTP.server} is 2:
  10.                         teleport player to {random.teleport.location.2}
  11.                 if {RandomTP.server} is 3:
  12.                         teleport player to {random.teleport.location.3}
  13.                 if {RandomTP.server} is 4:
  14.                         teleport player to {random.teleport.location.4}
  15.                 if {RandomTP.server} is 5:
  16.                         teleport player to {random.teleport.location.5}
  17.                 if {RandomTP.server} is 6:
  18.                         teleport player to {random.teleport.location.6}
  19.                 if {RandomTP.server} is 7:
  20.                         teleport player to {random.teleport.location.7}
  21.                 if {RandomTP.server} is 8:
  22.                         teleport player to {random.teleport.location.8}
  23.                 if {RandomTP.server} is 9:
  24.                         teleport player to {random.teleport.location.9}
  25.                 if {RandomTP.server} is 10:
  26.                         teleport player to {random.teleport.location.10}
  27.                        
  28. command /setrtp1:
  29.         permission: *
  30.         trigger:
  31.                 set {random.teleport.location.1} to location of player
  32. command /setrtp2:
  33.         permission: *
  34.         trigger:
  35.                 set {random.teleport.location.2} to location of player
  36. command /setrtp3:
  37.         permission: *
  38.         trigger:
  39.                 set {random.teleport.location.3} to location of player
  40. command /setrtp4:
  41.         permission: *
  42.         trigger:
  43.                 set {random.teleport.location.4} to location of player
  44. command /setrtp5:
  45.         permission: *
  46.         trigger:
  47.                 set {random.teleport.location.5} to location of player
  48. command /setrtp6:
  49.         permission: *
  50.         trigger:
  51.                 set {random.teleport.location.6} to location of player
  52. command /setrtp7:
  53.         permission: *
  54.         trigger:
  55.                 set {random.teleport.location.7} to location of player
  56. command /setrtp8:
  57.         permission: *
  58.         trigger:
  59.                 set {random.teleport.location.8} to location of player
  60. command /setrtp9:
  61.         permission: *
  62.         trigger:
  63.                 set {random.teleport.location.9} to location of player
  64. command /setrtp10:
  65.         permission: *
  66.         trigger:
  67.                 set {random.teleport.location.10} to location of player
  68.        
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.