Jump to content

Home

Dialog Skipping


Canderis

Recommended Posts

Posted

Well basically for any script you'd need to add this in

 

ActionWait(2.0);

 

to make it pause.

 

Alternatively if you're using an action script that calls this at the beginning:

 

ActionPauseConversation();

 

At the end, when you call this:

 

ActionResumeConversation();

 

You can add a delay onto it for however long you want the node to stay stagnant.

  • 3 weeks later...
Posted

So I am back to this issue. ActionPause/ResumeConversation(); does not work for me, and having my dialog unskippable is really anoying, but having it skippable creates several bugs.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...