#NPC Welcome

4 messages · Page 1 of 1 (latest)

glass escarp
#

How can I make so, that the NPC give a certain message once when I first communicate with him?

vapid wing
#

the way it essentially works is kind of like this:

if flag is False:
  use unique dialogue
  flag is True

if flag is True:
  use normal dialogue