Narrative Pro Archives

Interacting with NPCs in Narrative Pro

To interact with a Non-Player Character in Narrative Pro, we need to first In addition we’ll see how to bring up a dialogue option only if the player has an item in their inventory, and how we can give it to the NPC. Let’s take a look how all this works. Creating and spawning an …

Read more

Creating an Interactable Item in Narrative Pro

Narrative has a component we can add to a blueprint that will turn it into an interactable object. It’s aptly called NarrativeInteractible. Once added to the class, we can select it and override the OnInteracted event. This will let us implement custom code that executes on interaction. The Interaction section on the component lets us …

Read more

Using a Custom Character in Narrative Pro

I’ve recently invested in Narrative Pro, a very comprehensive game framework for Unreal Engine 5. It features maps, quests, dialogues, inventory, combat, Metahuman support and a whole bunch of other stuff – in short, the glue code that would take me a good year write from scratch. As I get into it, I’ll need to …

Read more