if index of event-slot is 11:
if player's {tokens::%player's uuid%} >= 15000:
remove 15000 from player's {tokens::%player's uuid%}
give 64 golden apple to player
else:
send "&cYou do not have enough tokens to purchase this item"
this whole thing is just errors
[18:39:59 INFO]: Line 139: (pvpshop.sk)
[18:39:59 INFO]: Can't understand this condition: 'player's {tokens::%player's uuid%} >= 15000'
[18:39:59 INFO]: Line: if player's {tokens::%player's uuid%} >= 15000:
[18:39:59 INFO]:
[18:39:59 INFO]: Line 142: (pvpshop.sk)
[18:39:59 INFO]: 'else' has to be placed just after another 'if' or 'else if' section
[18:39:59 INFO]: Line: else:
Posted by: cheezy from the skUnity Discord. View the thread on skUnity Discord here
if player's {tokens::%player's uuid%} >= 15000:
remove 15000 from player's {tokens::%player's uuid%}
give 64 golden apple to player
else:
send "&cYou do not have enough tokens to purchase this item"
this whole thing is just errors
[18:39:59 INFO]: Line 139: (pvpshop.sk)
[18:39:59 INFO]: Can't understand this condition: 'player's {tokens::%player's uuid%} >= 15000'
[18:39:59 INFO]: Line: if player's {tokens::%player's uuid%} >= 15000:
[18:39:59 INFO]:
[18:39:59 INFO]: Line 142: (pvpshop.sk)
[18:39:59 INFO]: 'else' has to be placed just after another 'if' or 'else if' section
[18:39:59 INFO]: Line: else:
Posted by: cheezy from the skUnity Discord. View the thread on skUnity Discord here