Actions / Move
Move Forward
Moves the subject forward in the direction it is facing.
Current editor blockBlock ID 0MoveForward

What it does
Moves one step at a time using the subject move speed.
For grounded creatures, this only runs while the creature is on the ground.
Inputs
- Number of steps. Negative numbers reverse the direction.
Try it
Loop: Move Forward 3, Turn Over. This makes a guard patrol back and forth.
Tips
- Use Move Speed first when you want the same path but faster or slower.
Sources
Legacy pages reviewed: MoveForward
Code checked: MagiCats_UnityProject/Assets/Scripts/Blocks/ContentFonction.cs, MagiCats_UnityProject/Assets/Scripts/Blocks/BlockManager.cs