mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 15:04:49 +00:00
Tutorial update
This commit is contained in:
parent
d7e43812e0
commit
2db7a4288e
46
data/scenarios/tutorial/utils.cfg
Normal file
46
data/scenarios/tutorial/utils.cfg
Normal file
@ -0,0 +1,46 @@
|
||||
#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
|
||||
#define SET_OBJECTIVE OBJECTIVE
|
||||
[objectives]
|
||||
message= _ "@Skills covered:
|
||||
Recruiting units
|
||||
Moving units
|
||||
Attacking enemy units
|
||||
Gaining experience
|
||||
Winning scenarios
|
||||
@Current objective:
|
||||
{OBJECTIVE}"
|
||||
[/objectives]
|
||||
#enddef
|
Loading…
x
Reference in New Issue
Block a user