https://www.dropbox.com/s/8ki9vqkzjnv4eym/MURDER%20CASTLE%20GAME.capx?dl=0
I'm having trouble with Line 67 of my events sheet.
When the player overlaps a green area called "Paywall", they are supposed to trigger an event where they are asked to pay for something. If they don't have enough money, text is supposed to pop up saying "You can't afford that."
If you look at my capx and move the player to the left, you'll see the green Paywall. Overlap it and it will ask for money. By default the player doesn't have any money.
Press 'P' to try to pay. This is where the problem is, because nothing happens... no text pops up.
Press 'O' to cheat and give the player a dollar. When you try to pay this time, everything works, despite the fact that this "Can pay" event sits below the "Can't pay" rules on the event sheet.
Why doesn't "You can't afford that" pop up like it's meant to? How can I fix it?
As a side question... is there a search feature for the events sheet? I'm trying to find where I established using Keyboard Press 'P' to pay, and I'm just not finding it!
Thanks for your help!