I want something like so.
When 'rock' is clicked, compare value 'money' greater or equal 100.
If value 'money' greater or equal 100, subtract 100 from value 'money', move 'rock' to 'inventory'.
If value 'money' is not greater or equal 100, go to layout #.
In all, i want it to buy the rock and put it into the inventory, or if it can't, go to a "sorry, can't buy" screen.
I can't seem to get the thing to compare money when clicked, which means i cant go on with the rest of it.
Either way, this system is awesome, even easier than game maker, and i have absolutely no scripting background (that may be part of the trouble)
Any help is appreciated!