How do I make it so that the maximum arrows in a person's inventory is 3, and that when It gives them an arrow, it doesnt go over the max 3 arrow limit?
Current Code:
[doublepost=1502835103,1502830246][/doublepost]So yeah
Current Code:
code_language.skript:
every 3 seconds in "world":
loop all players:
if {Class::%loop-player%} is set:
if player's inventory has less than 3 arrows:
give loop-player 1 arrow