Skip to content

Commit

Permalink
Accommodate variable $ally_name and translations. Resolves #6155.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Wedge009 committed Oct 5, 2021
1 parent dac45d3 commit 60a4519
Showing 1 changed file with 25 additions and 4 deletions.
Expand Up @@ -1426,10 +1426,31 @@
[/variable]

[then]
[message]
speaker=unit
message= _ "This cave seems pretty empty, except for those two glowing runes in the center. This fort must have once been heavily occupied because countless feet have left well worn paths leading in several directions. $ally_name, which way should we go?"
[/message]
{MESSAGE_DEPEND_ON_ALLY
(
[message]
speaker=unit
message= _ "This cave seems pretty empty, except for those two glowing runes in the center. This fort must have once been heavily occupied because countless feet have left well worn paths leading in several directions. Grog, which way should we go?"
[/message]
)
(
[message]
speaker=unit
message= _ "This cave seems pretty empty, except for those two glowing runes in the center. This fort must have once been heavily occupied because countless feet have left well worn paths leading in several directions. Nog, which way should we go?"
[/message]
)
(
[message]
speaker=unit
message= _ "This cave seems pretty empty, except for those two glowing runes in the center. This fort must have once been heavily occupied because countless feet have left well worn paths leading in several directions. Rogrimir, which way should we go?"
[/message]
)
(
[message]
speaker=unit
message= _ "This cave seems pretty empty, except for those two glowing runes in the center. This fort must have once been heavily occupied because countless feet have left well worn paths leading in several directions. Jarl, which way should we go?"
[/message]
)}

[message]
speaker=$ally_name
Expand Down

0 comments on commit 60a4519

Please sign in to comment.