Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /item [<text>] [<text>] [<text>] [<text>]:
- trigger:
- if arg 1 is not set:
- send "Wpisz nazwę gracza"
- if arg 2 is not set:
- send "Wpisz w pierwszie pole nazwę/id itemu"
- if arg 3 is not set:
- send "Wpisz w drugie pole ilość itemu."
- if arg 4 is not set:
- send "Wpisz w trzecie pole nazwę itemu."
- else:
- give %arg-2% %arg-3% named "%arg-4" to %arg-1%
Advertisement
Add Comment
Please, Sign In to add comment