I need help on A clicker game cannot read <9 in if function

Version 1.19.3

I’m trying to find if money is more than 9 but dont know how

I’ve tried this
Screenshot 2021-10-14 9.12.59 AM

FILE My Project10-14-2021_9-13-47.wick (228.6 KB)

if you translate that code into english, you get:
if the amount of money is equal to less than 9

you have both === and <, so it’s confused. if you want one or the other, only use that one. if you want less than or equal to, use <=.

oh oki thanks alot

@awc95014 I have another problem lookScreenshot 2021-10-15 8.31.11 AM

Heres the file: My Project10-15-2021_9-30-44.wick (228.9 KB)

@Jovanny do you think you have any tutorials on this… EDIT: Or how to understand this

you’re using Project_money and Project.money instead of project.money in a few places. make sure your spelling is correct.

1 Like

dang that was so obvious but I already fixed it