Skip to content

Commit

Permalink
NR: cleanup and improvements to death macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Apr 1, 2015
1 parent 658dd22 commit a85986c
Showing 1 changed file with 22 additions and 31 deletions.
53 changes: 22 additions & 31 deletions data/campaigns/Northern_Rebirth/utils/herodeaths.cfg
Expand Up @@ -9,10 +9,7 @@
id=Tallin
[/filter]

[music]
name=sad.ogg
play_once=yes
[/music]
{INCIDENTAL_MUSIC sad.ogg}

[message]
speaker=Tallin
Expand All @@ -38,10 +35,7 @@
id=Camerin
[/filter]

[music]
name=sad.ogg
play_once=yes
[/music]
{INCIDENTAL_MUSIC sad.ogg}

[message]
speaker=Camerin
Expand Down Expand Up @@ -99,10 +93,7 @@
id=Krash
[/filter]

[music]
name=sad.ogg
play_once=yes
[/music]
{INCIDENTAL_MUSIC sad.ogg}

[message]
speaker=Father Morvin
Expand Down Expand Up @@ -202,7 +193,7 @@
#define HERODEATH_THERA_AND_MORVIN_WITH_DIALOG
[event]
name=prestart
# Morvin and Thera appear first in this scenario.

# These will allow their death/dialogs to play in a row, and then never again,
# to prevent annoyance.
{VARIABLE death_dialog_index_thera 1}
Expand Down Expand Up @@ -477,7 +468,6 @@
[/if]
[/event]

# Father Morvin - See above
[event]
name=last breath
first_time_only=no
Expand Down Expand Up @@ -714,7 +704,6 @@
{NR_WHITE_MAGE_RESPAWN_AT (Father Morvin)}
[/event]

# Father Morvin - See above
[event]
name=last breath
first_time_only=no
Expand All @@ -734,10 +723,7 @@
id="Ro'Sothian"
[/filter]

[music]
name=sad.ogg
play_once=yes
[/music]
{INCIDENTAL_MUSIC sad.ogg}

[message]
speaker="Ro'Sothian"
Expand All @@ -746,6 +732,13 @@
[/message]

{FLASH_WHITE ()}
[/event]

[event]
name=die
[filter]
id="Ro'Sothian"
[/filter]

[message]
speaker=Tallin
Expand All @@ -763,17 +756,21 @@
id="Ro'Arthian"
[/filter]

[music]
name=sad.ogg
play_once=yes
[/music]
{INCIDENTAL_MUSIC sad.ogg}

[message]
speaker="Ro'Arthian"
message= _ "I have had enough! Come on brother, let’s get outta here."
[/message]

{FLASH_WHITE ()}
[/event]

[event]
name=die
[filter]
id="Ro'Arthian"
[/filter]

[message]
speaker=Tallin
Expand All @@ -793,10 +790,7 @@
id=Stalrag
[/filter]

[music]
name=sad.ogg
play_once=yes
[/music]
{INCIDENTAL_MUSIC sad.ogg}

[message]
speaker=Stalrag
Expand Down Expand Up @@ -851,10 +845,7 @@
id=Eryssa
[/filter]

[music]
name=sad.ogg
play_once=yes
[/music]
{INCIDENTAL_MUSIC sad.ogg}

[message]
speaker=Eryssa
Expand Down

0 comments on commit a85986c

Please sign in to comment.