We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205502e commit ba9e0e5Copy full SHA for ba9e0e5
src/script/nodes/dialogue/dialogue_message.cpp
@@ -93,7 +93,7 @@ class OScriptNodeDialogueMessageInstance : public OScriptNodeInstance
93
Dictionary options;
94
for (int i = 0; i < _choices; i++)
95
{
96
- Dictionary choice = p_context.get_input(3 + i);
+ Dictionary choice = p_context.get_input(4 + i);
97
if (choice.has("visible") && choice["visible"])
98
options[i] = choice["text"];
99
}
0 commit comments