Hi im making testings with AI in UDK and when i run the code for the follower pawn it crashes and don't start the game.
Here´s the code
Note: If i quit the goto code it runs but obviously that's not the point.Code:auto state Follow { Begin: Target = GetALocalPlayerController().Pawn; MoveToward(Target, Target, 128); goto 'Begin'; }



Reply With Quote


Bookmarks