I set this up but it doesnt work:
on the shop layout:
If Coins equal or bigger than 500 set SOLDOUT Visible
set HAT opacity to 50
system substract 500 from Coins
Set Text to Total Coins: &Coins
System toogle Boolean ON to true
(the hats has a boolean for the system
to check if true or false)
on the game layout:
If Hat boolean is ON Set hat visible
Set position to Player.X, Player.Y
But it doesnt work. Is there any flaw in my logic? I think this is the correct way of doing it but... I need help...