Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #メインウェポン武器制限(レコード、木の鍬、弓)
  2. aliases:
  3. mainweapon = 293,417
  4. on crackshot shoot:
  5. player's tool is enchanted with Fortune
  6. set {lim.%player%_main} to number of mainweapon of Fortune 3 in the player's inventory
  7. if {lim.%player%_main} is greater than 1:
  8. message "<pink>メインウェポンを2つ以上持って戦闘することは出来ません!"
  9. damage the player by 3 hearts
  10. make a safe explosion with force 0 at the player
  11. apply blindness 10 to the player for 5 seconds
  12. apply slowness 10 to the player for 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement