ActionResumeConversation()

Resume a conversation after it has been paused.

void ActionResumeConversation();

Description

Resume a conversation after it has previously been paused with ActionPauseConversation().



Remarks

If the PC cancelled the conversation (hit escape key, spell casting, etc) while it was being paused, calling this function will still resume it. If this behavior is not desirable, you can code your own by using the "End Conversation Script - Aborted" script.

If the PC moves out of range of the object it was having a conversation with, it is not possible to resume it.


Version

1.22

See Also

functions: ActionPauseConversation | ActionStartConversation | GetLastSpeaker
categories: Action on Object Functions | Conversation Functions


 author: Troels Therkelsen, editor: Dave Robinson