Tutorial update

This commit is contained in:
James Spencer 2004-09-24 00:23:35 +00:00
parent d7e43812e0
commit 2db7a4288e

View 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