So i use keepInventory true but i want the players to drop some items.
for example let's say i want the player to drop all the stone in his inventory:
on death:
victim is a player
set {%player%.Q} to amount of stone in player's inventory
drop {%player%.Q} stone at player's location
remove every stone from player's inventory
skript don't let me set a variable as the number of drops. Any other way to do this????
for example let's say i want the player to drop all the stone in his inventory:
on death:
victim is a player
set {%player%.Q} to amount of stone in player's inventory
drop {%player%.Q} stone at player's location
remove every stone from player's inventory
skript don't let me set a variable as the number of drops. Any other way to do this????