#If statements

1 messages · Page 1 of 1 (latest)

dusty basin
#

how do I make an if statement for if a player has farmed 500 crops

#

Would i have to do amount of wheat broken +amount of carrots broken ect

oak pond
#

you can do this i think

if {crops::%player's uuid%} is >= 500:
dusty basin
#

Because i think all of my syntax are correct

#
on break:
    if {crops::%player's uuid%} is >= 500:
        give 64 gold nuggets to the player's inventory
#

its saying it doesn't reconize line 2

still rock
#

64 of gold nugget

dusty basin
#

wdy

#

wdym

oak pond
#

try this

if {crops::%player's uuid%} is greater or equal to 500:
dusty basin
#

TYSM