Skip to content

Commit

Permalink
teleporting to Lethalia in Across the Barren Land
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub authored and Dugy committed May 25, 2024
1 parent 9865c22 commit fa66f10
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion scenarios6/09_Across_the_Barren_Land.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,18 @@ You can teleport all units to your leader once per ten turns (see option in the
[/event]
[event]
name=start
{TELEPORT_TO_LEADER_MENU Efraim 10 10 10}
[if]
[variable]
name=leader_chosen
equals=Efraim
[/variable]
[then]
{TELEPORT_TO_LEADER_MENU Efraim 10 10 10}
[/then]
[else]
{TELEPORT_TO_LEADER_MENU Lethalia 10 10 10}
[/else]
[/if]
[message]
speaker=$leader_chosen
message= _ "Behind this desert, there should be a mountain range. Behind the mountain range, there should be another desert, or a steppe. Behind that desert or steppe, there should be another mountain range. The Heart Mountains. Behind them, there should be the end of these barren lands."
Expand Down

0 comments on commit fa66f10

Please sign in to comment.