Problem Description
I am working on coding AI for my game and have started by playing around with the ‘AI-Neutral-WalkAround’ state. My current issue is that putting Forward/Back into InputPress() gives me an error message that InputPress() does not take derived inputs. I have the idea of making a variable that represents the facing direction so that when I want forward/back specifically I can use that to tell the AI when to press right or left, but I’m not sure how to create such a variable, and the Facing variable in the physics module isn’t being recognized by V branches.
Technical Info
Castagne Version: v0.57 (Latest)
Host Engine: Godot
Genre: 2D Fighter / 2.5D Fighter