Version 1.19.3
I’m trying to find if money is more than 9 but dont know how
I’ve tried this
FILE My Project10-14-2021_9-13-47.wick (228.6 KB)
Version 1.19.3
I’m trying to find if money is more than 9 but dont know how
I’ve tried this
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
you’re using Project_money
and Project.money
instead of project.money
in a few places. make sure your spelling is correct.
dang that was so obvious but I already fixed it