Well basically for any script you'd need to add this in
to make it pause.
Alternatively if you're using an action script that calls this at the beginning:
Code:
ActionPauseConversation();
At the end, when you call this:
Code:
ActionResumeConversation();
You can add a delay onto it for however long you want the node to stay stagnant.