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?
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