Basicly i got this skript ```
on inventory click:
if event-inventory = (metadata tag "StoreRanks" of player):
cancel event
if index of event-slot = 20:
set {coins::%player's uuid%} to placeholder "coinsengine_balance_raw_coins" from player
if {coins::%player's uuid%} = 300:
broadcast "it worked"
``` but the issue is even if i got 300 coins it doesnt work no errors on sk reload pls anyone help
on inventory click:
if event-inventory = (metadata tag "StoreRanks" of player):
cancel event
if index of event-slot = 20:
set {coins::%player's uuid%} to placeholder "coinsengine_balance_raw_coins" from player
if {coins::%player's uuid%} = 300:
broadcast "it worked"
``` but the issue is even if i got 300 coins it doesnt work no errors on sk reload pls anyone help