CREAMPAN0408

Untitled

Jan 26th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. on right click holding a diamond:
  2. name of held item contains "§b転移結晶[§2世界樹の街§b]"
  3. set {_temp} to random integer between 1 and 10
  4. if {_temp} is between 1 and 10:
  5. message "§2世界樹の街へのテレポートが成功しました!" to player
  6. teleport the player to the location (656.52, 52, -232.52)
  7. else if {_temp} is between 0 and 0:
  8. message "&4粉々になった・・・テレポートに失敗したようだ" to player
Advertisement
Add Comment
Please, Sign In to add comment