Advertisement
Kusa_Haenai_wWW

Untitled

Apr 20th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. on right click holding a fire charge:
  2. if {home%player%} is not set:
  3. send "&b&lCP&r&eがセットされていないゾ!!"
  4. else:
  5. teleport the player to {home%player%}
  6. send "&b&lCP&r&eに移動しました!!"
  7.  
  8. on right click holding a fire charge on sign:
  9. if {checkpoint%player%} is not set:
  10. send "&b&lCP&r&eをセットしました!!"
  11. set {checkpoint%player%} to location of player
  12. else:
  13. send "&b&lCP&r&eを上書きしました!!"
  14. set {checkpoint%player%} to location of player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement