Okay soooo.... I have a wee issue with the whole 'FORCE ACTION' / "target('Action')" thing.
I have my action that I want the enemy to perform to lift them up into the air and have them be knocked back. When I use "target('LIFT_UP')", it lifts the enemy in the air and then resets them to their normal position almost instantly. I want the enemy to be knocked back and then pause in that spot until I tell it to go back to it's normal position. Am I doing something wrong? Here's the action info for the LIFT_UP command:
"LIFT_UP" => ["move", 0, 80, 0, 0, -40, 0, [ 20, -20], "MOVE_LEFT"],
However when I call my action sequence, it still instantly resets the enemy instead of having them hold that position, which should be 80 pixels to the left. Any help would be appreciated! Thanks
