mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 02:16:41 +00:00
35 lines
597 B
INI
35 lines
597 B
INI
#define QUESTION_OPTIONS_START END_MESSAGE
|
|
{VARIABLE still_asking_questions yes}
|
|
[while]
|
|
[variable]
|
|
name=still_asking_questions
|
|
equals=yes
|
|
[/variable]
|
|
[do]
|
|
[message]
|
|
description=Konrad
|
|
message= _ "That was explained well! But.."
|
|
[option]
|
|
message= _ {END_MESSAGE}
|
|
[command]
|
|
{CLEAR_VARIABLE still_asking_questions}
|
|
[/command]
|
|
[/option]
|
|
#enddef
|
|
#define QUESTION_OPTION QUESTION ANSWER
|
|
[option]
|
|
message= _ {QUESTION}
|
|
[command]
|
|
[message]
|
|
description=Delfador
|
|
message= _ {ANSWER}
|
|
[/message]
|
|
[/command]
|
|
[/option]
|
|
#enddef
|
|
#define QUESTION_OPTIONS_END
|
|
[/message]
|
|
[/do]
|
|
[/while]
|
|
#enddef
|