parent
ae20a1ab65
commit
d5e07b0053
1 changed files with 21 additions and 4 deletions
|
@ -553,10 +553,27 @@
|
|||
speaker=Hadlin # wmllint: ignore
|
||||
message= _ "Who goes there?"
|
||||
[/message]
|
||||
[message]
|
||||
speaker=Alanin
|
||||
message= _ "I’m a dragoon, with Haldric II’s personal bodyguard. I was sent on a mission in the northlands, and now elvish horsemen are chasing me. I barely evaded them."
|
||||
[/message]
|
||||
{IF_VAR unit.type}
|
||||
[if]
|
||||
[variable]
|
||||
name=unit.type
|
||||
equals=Dragoon
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
speaker=Alanin
|
||||
# po: dragoon = his unit type
|
||||
message= _ "I’m a dragoon, with Haldric II’s personal bodyguard. I was sent on a mission in the northlands, and now elvish horsemen are chasing me. I barely evaded them."
|
||||
[/message]
|
||||
[/then]
|
||||
[else]
|
||||
[message]
|
||||
speaker=Alanin
|
||||
# po: cavalier = his unit type
|
||||
message= _ "I’m a cavalier, with Haldric II’s personal bodyguard. I was sent on a mission in the northlands, and now elvish horsemen are chasing me. I barely evaded them."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
[message]
|
||||
speaker=Hadlin # wmllint: ignore
|
||||
message= _ "I see. Well, come on in. I doubt they would be able to capture this fort, even if they did want to start a war, which I doubt."
|
||||
|
|
Loading…
Add table
Reference in a new issue