Welcome Forums Get help How to make an npc say a different dialogue after talking to them Reply To: How to make an npc say a different dialogue after talking to them

#52434
-The-Daydreamer
Participant

I use this:

If hero has token ‘knows npc435’

npc435 says “I already know you”

Else:

npc435 says “Hi! I’ve never seen you before! Whats your name?”

hero says “hero”

npc435 says “well, nice to meet you!”

Hero receives token ‘knows npc435’

 

Hope this helps!