Advertisement
dai_pon

Untitled

May 9th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. on rightclick on sign:
  2. if line 1 is "aa":
  3. if {money.%player%} is greater than or equal to 1:
  4. execute console command "menu grab %player% money100"
  5. send "&9》&a100円を交換しました。"
  6. set {_location} to location of player
  7. play sound "UI_BUTTON_CLICK" with volume 1 with pitch 1 at {_location}
  8. subtract 100 from {money.%player%}
  9. else:
  10. send "&9》&aお金が足りていません。"
  11. set {_location} to location of player
  12. play sound "UI_BUTTON_CLICK" with volume 1 with pitch 1 at {_location}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement