1.3 only - minor HoTNE tweaks
This commit is contained in:
parent
4880d29498
commit
bf66a3bd97
4 changed files with 32 additions and 30 deletions
|
@ -83,7 +83,7 @@
|
|||
name=start
|
||||
#For Home of the Northern Elves: where do we come from?
|
||||
[set_variable]
|
||||
name=HOTNE_path
|
||||
name=A_Choice_Was_Made
|
||||
value=c
|
||||
[/set_variable]
|
||||
[recall]
|
||||
|
|
|
@ -153,7 +153,7 @@
|
|||
name=start
|
||||
#For Home of the Northern Elves: where do we come from?
|
||||
[set_variable]
|
||||
name=HOTNE_path
|
||||
name=A_Choice_Was_Made
|
||||
value=b
|
||||
[/set_variable]
|
||||
[recall]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{SCENARIO_MUSIC "gameplay03.ogg"}
|
||||
{TURNS 20 20 20}
|
||||
|
||||
next_scenario="21_North_Elves"
|
||||
next_scenario="22_Elven_Council"
|
||||
|
||||
{AFTERNOON}
|
||||
{DUSK}
|
||||
|
@ -70,7 +70,7 @@
|
|||
name=start
|
||||
#For Home of the Northern Elves: where do we come from?
|
||||
[set_variable]
|
||||
name=HOTNE_path
|
||||
name=A_Choice_Was_Made
|
||||
value=c
|
||||
[/set_variable]
|
||||
[recall]
|
||||
|
|
|
@ -320,7 +320,7 @@
|
|||
[story]
|
||||
[if]
|
||||
[variable]
|
||||
name=HOTNE_path
|
||||
name=A_Choice_Was_Made
|
||||
equals=a
|
||||
[/variable]
|
||||
[then]
|
||||
|
@ -336,7 +336,7 @@
|
|||
[/if]
|
||||
[if]
|
||||
[variable]
|
||||
name=HOTNE_path
|
||||
name=A_Choice_Was_Made
|
||||
equals=b
|
||||
[/variable]
|
||||
[then]
|
||||
|
@ -353,35 +353,37 @@
|
|||
[/part]
|
||||
[/then]
|
||||
[/if]
|
||||
[if]
|
||||
[variable]
|
||||
name=HOTNE_path
|
||||
equals=c
|
||||
[/variable]
|
||||
[then]
|
||||
[part]
|
||||
background=maps/wesnoth-httt.jpg
|
||||
show_title=yes
|
||||
{CROSS 759 179}
|
||||
[/part]
|
||||
[/then]
|
||||
[/if]
|
||||
[/story]
|
||||
#enddef
|
||||
|
||||
#define BIGMAP_ELVEN_COUNCIL
|
||||
[story]
|
||||
[part]
|
||||
background=maps/wesnoth-httt.jpg
|
||||
show_title=yes
|
||||
{DOT 778 181}
|
||||
{DOT 793 181}
|
||||
{DOT 808 181}
|
||||
{DOT 823 181}
|
||||
{DOT 837 179}
|
||||
{DOT 852 175}
|
||||
{CROSS 861 178}
|
||||
[/part]
|
||||
[if]
|
||||
[variable]
|
||||
name=A_Choice_Was_Made
|
||||
equals=c
|
||||
[/variable]
|
||||
[then]
|
||||
[part]
|
||||
background=maps/wesnoth-httt.jpg
|
||||
show_title=yes
|
||||
{CROSS 861 178}
|
||||
[/part]
|
||||
[/then]
|
||||
[else]
|
||||
[part]
|
||||
background=maps/wesnoth-httt.jpg
|
||||
show_title=yes
|
||||
{DOT 778 181}
|
||||
{DOT 793 181}
|
||||
{DOT 808 181}
|
||||
{DOT 823 181}
|
||||
{DOT 837 179}
|
||||
{DOT 852 175}
|
||||
{CROSS 861 178}
|
||||
[/part]
|
||||
[/else]
|
||||
[/if]
|
||||
[/story]
|
||||
#enddef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue