# Narrative Design Trigger

{% hint style="info" %}
Before proceeding with this section, it is advisable to familiarize yourself with the Narrative Design system, as elucidated in this [tutorial](https://youtu.be/C0JdmBTmZ9g?si=dImNu2-fBwKW1Frx).
{% endhint %}

## Use of Invoke Narrative Design Trigger in Unreal Engine.&#x20;

1. Develop the logical flow for your specific use case. In this instance, we have created a simple museum tour guide scenario.

<figure><img src="https://413558230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEtUJA212Zc1S9ACc8T4l%2Fuploads%2FDipugAYGzeQ2rzmn9sxx%2Fimage.png?alt=media&#x26;token=a29f32c0-f551-4dd0-a5fa-9ad1c42f58fc" alt=""><figcaption></figcaption></figure>

1. Once the logic is decided we can move to Unreal Engine. (In this guide we will use the same setup described in this [<mark style="color:green;">guide</mark>](https://docs.convai.com/api-docs/plugins-and-integrations/unreal-engine/guides/event-aware-convai-characters))
2. Our goal is to invoke the trigger `Start Tour` in the narrative Design graph, using the `Invoke Narrative Design Trigger` .
3. The `Trigger Name` in  the function should be the same as  the `Trigger` name on the graph.

<div align="left"><figure><img src="https://413558230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEtUJA212Zc1S9ACc8T4l%2Fuploads%2FhZHYWX8OOe3Wk5xXikuc%2FwebsiteTrigger.jpg?alt=media&#x26;token=70e504c8-1756-4e8c-b1c6-4604c70bf53d" alt="" width="343"><figcaption><p>Website</p></figcaption></figure> <figure><img src="https://413558230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEtUJA212Zc1S9ACc8T4l%2Fuploads%2FTuK6kLoemny7rkDIBkEW%2FUE%20Trigger.jpg?alt=media&#x26;token=4b58effe-51da-45d5-8e8e-05642bcfa44c" alt=""><figcaption><p>Unreal Engine</p></figcaption></figure></div>

3. The above example showcased only one Trigger. The use of more than one Trigger is also possible based on execution logic.&#x20;
