Enable/Disable character movement

You could just create a boolean and link it to branch nodes just after your movement events. Then set the keypress to toggle the boolean on and off.