Announcement

Collapse
No announcement yet.

How to add movement to pawns

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to add movement to pawns

    I figured out how to play animations for pawns in kismet using the pawnanim action, but what if I want the pawn to move to a location? how would I do that?

    Any help would be appreciated!

    #2
    You need to use the MoveTo action, then you can tell the pawn which pathnode to move to.

    Would look something like this, on a side note I am not 100% sure but a pawn may not work with move to. This however will work if your spawning a bot and directing him.

    Comment


      #3
      What variable did you use to represent the spawned guy in the actor factory?

      Comment

      Working...
      X