DialogChoice

非推奨を表示

Used to craft the further choices available to players who have started a dialog conversation with an NPC.

概要

プロパティ

  • 並列読み取り

    Toggles whether the goodbye option will be displayed.

  • 並列読み取り

    Sets the sentence that the dialog will show to the player when the chat ends.

  • 並列読み取り

    Sets what the NPC will say when the player chooses this DialogChoice.

  • 並列読み取り

    Sets what the player will say when they choose this DialogChoice.

プロパティ

GoodbyeChoiceActive

並列読み取り

Toggles whether the goodbye option will be displayed. If true, the dialog will display the content of DialogChoice.GoodbyeDialog as the last option after other dialog choices. Clicking on the goodbye option will exit the dialog.

GoodbyeChoiceActive = true

Active

GoodbyeChoiceActive = false

Inactive

GoodbyeDialog

並列読み取り

Sets the sentence that the dialog will show to the player when the chat ends

ResponseDialog

並列読み取り

Sets what the NPC will say when the player chooses this DialogChoice.

UserDialog

並列読み取り

Sets what the player will say when they choose this DialogChoice.

方法

イベント