Hello,
I have a question. I want to clear death drops after 30 seconds, but the code that I am using gives an error. Can someone help me?
The error is: Can't change the drops anymore after the event has already passed
CODE:
on death of a player:
loop drops:
set {itemdrop.%uuid of victim%} to drops
wait 30 seconds
clear drops
I have a question. I want to clear death drops after 30 seconds, but the code that I am using gives an error. Can someone help me?
The error is: Can't change the drops anymore after the event has already passed
CODE:
on death of a player:
loop drops:
set {itemdrop.%uuid of victim%} to drops
wait 30 seconds
clear drops