Jump to content

Dialogue not triggering in my NPC mod


Zutroy

Recommended Posts

Always do JoinParty() last in the action list. The SetGlobal should be before that, or it will not be executed, at least not reliably.

These actions should always be last (there might be more):

-JoinParty()

-EscapeArea()

-EscapeAreaDestroy()

-MoveBetweenAreas()

 

For you this means, use this and see whether it might solve your problem:

IF~~THEN REPLY ~No. It’s just a mistake. Come, we should be moving.~ DO ~SetGlobal("Z9MAIEVJoin","GLOBAL",1) JoinParty()~ EXIT

 

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...