#i have made a Metadatatag gui and use event-slot to check for Specific Money, but it doesnt work

1 messages · Page 1 of 1 (latest)

green zodiac
#

i am coding like a shop and idk but this lines doesnt work why?

    if event-inventory = (metadata tag "clickerGUI" of player):


        cancel event

        if event-slot = 10:
            

            if %player's%% balance is greater than or equal to 500:
                give bone named "&f&lT1 Clicker" to %player%
                remove 500 from player's balance

            if %player's%% balance is lower than 500:
                send "&c&lSrry but u dont have enought money" to player```
#

@fleet solar

high hedge
#

Index of event-slot. Dont ping people into threads

#

Also

#

You have percentages everywhere, bot just where they need to be

#

Also your syntax for the give effect is wrong