Skip to main content
$12256 / $11500
About
Rules
Blog
FAQ
Style
Forum
How to use the new feature of dialog choices?
FLARE [ARCHIVED]
How to use the new feature of dialog choices?
TakeAShower
Wednesday, December 12, 2018 - 11:58
Flare 1.09 has dialog choices now; what is the code to use them? I cannot find it anywhere.
Here's a simple example. The new keys are "id", "response", and "response_only" (their descriptions are in the attribute reference):
[dialog]
topic=New quest
response=quest_accept
response=quest_refuse
him=Do you accept?
[dialog]
id=quest_accept
topic=Yes
response_only=true
you=I accept.
[dialog]
id=quest_refuse
topic=No
response_only=true
you=I refuse.