Skip to content

ActionForceMoveToLocation()

I can't get the dragon to move...
Is there a reason that I can't get a dragon to move to lLocation, yet a goblin will move just fine?

Comments

  • ProlericProleric Member Posts: 1,269
    Is there room for the dragon at the target location?

    Even if there are bottlenecks in the way, that command normally forces a jump.

    Are there any other differences in script or set-up?

    For example, is the dragon commandable?
  • MelkiorMelkior Member Posts: 179
    Have you copied a dragon which is supposed to be immobile? Check the movement speed. Other than that, something in a heartbeat script may be deleting all actions in order to perform a default action.
  • ZephiriusZephirius Member Posts: 411
    The dragon was set to SetCommandable(OBJECT_SELF, FALSE);
    Not sure when that happened. Switched it around and now it works. ;)
Sign In or Register to comment.