ActionPauseConversation()
実行中のconversationを中断します
void ActionPauseConversation();
Description
その行動を取らせるスクリプトからこの関数を呼びだした会話ファイル中のノードである実行中のconversationを中断します。
Remarks
空きアクションキューを持った実行者に対して、この関数を使用すべきです。
そうでなければ効果はないでしょう。
ActionPauseConversation()が効果がない実行者にはClearAllActions()を使ってください。
会話でPCの返事の選択肢を中断する場合、PCの選択はActionResumeConversation()が呼び出されるか、PCが会話を中断する、もしくは範囲外へ出るまでハイライトされます。
Version
1.22
See Also
functions: | ActionResumeConversation | ActionStartConversation | GetLastSpeaker |
categories: | Action on Object Functions | Conversation Functions |
author: Troels Therkelsen, JP team: Rainie
Send comments on this topic.