Guest User

masz.sk

a guest
Jun 21st, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. command /item [<text>] [<text>] [<text>] [<text>]:
  2. trigger:
  3. if arg 1 is not set:
  4. send "Wpisz nazwę gracza"
  5. if arg 2 is not set:
  6. send "Wpisz w pierwszie pole nazwę/id itemu"
  7. if arg 3 is not set:
  8. send "Wpisz w drugie pole ilość itemu."
  9. if arg 4 is not set:
  10. send "Wpisz w trzecie pole nazwę itemu."
  11. else:
  12. give %arg-2% %arg-3% named "%arg-4" to %arg-1%
Advertisement
Add Comment
Please, Sign In to add comment