NPC Tutorial

Hi, I’m new to game design/UE4. I’m currently working my way through the video tutorial series with where you create a character that picks up batteries.

After I am done with that, I would like to learn how to create NPCs that my character to talk to, possibly with multiple responses. Is there a good tutorial out there that will show me how to do this?

Thanks in advance.

As far as I know there are no special NPC tutorials around. So you will have to gather different tutorials together :wink:

e.g

  1. creating a basic NPC which probably also walks around
  2. rotate NPC to the player when interacting with the character https://answers.unrealengine/questions/42810/having-npc-rotate-towards-player-character.html
  3. Dialogue https://docs.unrealengine/latest/INT/Search/index.html?x=0&y=0&q=Dialogue

Thank you very much :slight_smile:

This will be helpful for me as well, thanks! :wink:

Do you have any links for adding combat animations for the NPC, all the ones from unreal are for the player controlled pawn. If they are simiar how diffrent is the work flow.