I need help with my popup

ex: you walk into a room with a sentry and the popup says
you: hello
Sentry: hi

how would you make a popup into a conversation is what I’m trying to ask

So Notification device → Notification device
When notifciation closed, open notification

so like that?

use a call to action on a popup

Yeah something like that

1 Like

I would use a zone wired to a popup (banner).
When player enters zone → Open popup
That popup’s title would be “You” and the body text would be “Hello”. Add a call-to-action that says “>” or “->” something like that.
Then, you wire that to another popup (banner).
Call to action clicked → Open popup (sorry I haven’t memorized each wire’s description yet)
That popup’s title would be “Sentry” and the body text would be “Hi”.
Hope this works!