This is a game in progress about fighting people for food in a supermarket. For some reason, the message sent when the enemy punches the player is sending but isn’t receiving and I can’t find why. Help
Here’s the game code
https://flowlab.io/game/play/1220396
try copy and pasting the message to make sure that there isn’t a small difference you missed such as a space or capital letter
It works for me if you Re-Select the type (“Good Julia”) in the message behavior.
If not, try either renaming the send and the mailbox
or deleting the message and add a new behavior.
This usually happens if you have a cloned message or have 2 of the same.
It’s to prevent overlapping messages.
@“JR 01”, that worked! Thanks!