Closing in on the illl-formed bit...
This commit is contained in:
parent
fd338d3626
commit
b2a0f2f404
1 changed files with 27 additions and 25 deletions
|
@ -360,16 +360,16 @@
|
|||
[/unit]
|
||||
[/event]
|
||||
|
||||
# wmlindent: start ignoring
|
||||
[event]
|
||||
name=start
|
||||
[event]
|
||||
name=start
|
||||
|
||||
{VARIABLE dumbo_dead 0}
|
||||
{VARIABLE villages_around_keep 0}
|
||||
{VARIABLE village_warn 0}
|
||||
{VARIABLE recruit_num 1}
|
||||
{VARIABLE income_exceeded 0}
|
||||
{STUDENT (_"Ho Galdrad! Has Delfador conjured something else to beat me with? A flock of scarecrows, perhaps?")}
|
||||
{VARIABLE dumbo_dead 0}
|
||||
{VARIABLE villages_around_keep 0}
|
||||
{VARIABLE village_warn 0}
|
||||
{VARIABLE recruit_num 1}
|
||||
{VARIABLE income_exceeded 0}
|
||||
{STUDENT (_"Ho Galdrad! Has Delfador conjured something else to beat me with? A flock of scarecrows, perhaps?")}
|
||||
# wmlindent: start ignoring
|
||||
{GENDER ({TEACHER (_ "This is no game, Konrad! " +
|
||||
_ "Orcs have encamped across the river. This is elven country: we Elves are fast and hard to hit in forests. They are fools to enter here. You must defeat their leader, so they never bother us again. I will advise you.")}) ({TEACHER (_ "This is no game, Li'sar! " +
|
||||
_ "Orcs have encamped across the river. This is elven country: we Elves are fast and hard to hit in forests. They are fools to enter here. You must defeat their leader, so they never bother us again. I will advise you.")})}
|
||||
|
@ -500,24 +500,26 @@ One Elvish Shaman")}
|
|||
{PRINT (_"Right click on the tile south of you and recruit an Elvish Fighter")}
|
||||
[/else]
|
||||
[/if]
|
||||
[/event]
|
||||
# wmlindent: stop ignoring
|
||||
[/event]
|
||||
|
||||
# Check they recall/recruit correctly in their first turn.
|
||||
[event]
|
||||
name=recruit
|
||||
first_time_only=no
|
||||
[filter]
|
||||
side=1
|
||||
[/filter]
|
||||
# Check they recall/recruit correctly in their first turn.
|
||||
[event]
|
||||
name=recruit
|
||||
first_time_only=no
|
||||
[filter]
|
||||
side=1
|
||||
[/filter]
|
||||
|
||||
# What did they recruit?
|
||||
[store_unit]
|
||||
variable=recruit
|
||||
[filter]
|
||||
x,y=$x1,$y1
|
||||
[/filter]
|
||||
[/store_unit]
|
||||
# What did they recruit?
|
||||
[store_unit]
|
||||
variable=recruit
|
||||
[filter]
|
||||
x,y=$x1,$y1
|
||||
[/filter]
|
||||
[/store_unit]
|
||||
|
||||
# wmlindent: start ignoring
|
||||
[if]
|
||||
{NUMEQ recruit_num 5}
|
||||
[then]
|
||||
|
@ -856,8 +858,8 @@ One Elvish Shaman")}
|
|||
{TEACHER (_"You've captured all the villages around the keep, but stay near so you can recruit more units.")}
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
# wmlindent: stop ignoring
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=capture
|
||||
|
|
Loading…
Add table
Reference in a new issue