So I've been trying to make a movement system for a battle engine and it just doesn't move.
The code is
Menu open = "yes", set movement to static
Menu open = "no", set movement to 8 directional
Start of Frame, set direction to right.
It used to only be able to move up and left, but I remade the exact same code and now it doesn't move at all.
Does anyone have any idea why this is happening or how I can fix it?