Advertisement
sirayasiki

Untitled

May 8th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. on citizen right click:
  2. #""の中に効果を発動させたいNPCの名前
  3. if NPC is named is "&2門番":
  4. #この下に効果 今回はTPコマンドですけどSKで発動する効果ならば全部対応しています
  5. command "/tp %player% 188 61 -12"
  6. if NPC is named is "&2&l門番":
  7. command "/tp %player% 180 61 -12"
  8. if NPC is named is "&b&l旅へ出る":
  9. command "/tp %player% 223 54 -176"
  10. if NPC is named is "&d村へ帰る":
  11. command "/tp %player% 199 61 -12"
  12. if NPC is named is "&8洞窟&4BOSS戦":
  13. command "/tp %player% 266 54 -476"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement