UtBS: edited dialogue
This commit is contained in:
parent
8dc787579e
commit
ecb1ebb35d
2 changed files with 33 additions and 14 deletions
|
@ -2733,6 +2733,16 @@ value=$random
|
|||
speaker=unit
|
||||
message= _ "So they're posting signs now, are they? Whoever these guys are, if they get in our way, they're going to be sorry."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker=unit
|
||||
message= _ "Did you see that? I think I just saw someone disappear behind that dune over there. I think we're being watched. I suspect there are more of these bandits lurking in these dunes than we originally thought."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "There's no way we can get all our people safely across the desert if these outlaws keep harassing us. We must defeat them before we can continue. "
|
||||
[/message]
|
||||
|
||||
[/then]
|
||||
|
||||
|
@ -2742,15 +2752,20 @@ value=$random
|
|||
speaker=unit
|
||||
message= _ "I'm not sure who these guys are, but they don't sound friendly. Nonetheless, if they get in our way, they're going to be sorry."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker=unit
|
||||
message= _ "Did you see that? I think I just saw someone disappear behind that dune over there. I think we're being watched. I suspect there are more enemies lurking in these dunes than we originally thought."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "There's no way we can get all our people safely across the desert if we are under constant attack. Whoever they are, we must eliminate this threat before we can continue. "
|
||||
[/message]
|
||||
|
||||
[/else]
|
||||
[/if]
|
||||
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "There's no way we can get all our people safely across the desert, if these outlaws are harassing us. We must defeat them before we can continue. "
|
||||
[/message]
|
||||
|
||||
# Set starting scenario objectives
|
||||
|
||||
[objectives]
|
||||
|
|
|
@ -208,7 +208,7 @@ message= _ "No! I shall have my vengeance upon you all. Darkness shall reign unt
|
|||
|
||||
[message]
|
||||
description=Nym
|
||||
message= _ "Maybe I spoke too soon. Curse Uria, they have even blotted out even the stars, all is darkness. Kaleh, our course is clear, we must destroy one of these abominations. Whether it be the thing that has taken our friend, or the spectral evil that remains, one of them must die for this battle to end. We have no choice."
|
||||
message= _ "Maybe I spoke too soon. Curse Uria, they have even blotted out the stars, all is darkness. Kaleh, our course is clear, we must destroy one of these abominations. Whether it be the thing that has taken our friend, or the spectral evil that remains, one of them must die for this battle to end. We have no choice."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
|
@ -218,7 +218,7 @@ message= _ "But to kill Garak? How can we?"
|
|||
|
||||
[message]
|
||||
description=Kaleh
|
||||
message= _ "That thing is not Garak. This night has lasted long enough, and too many of our people have died. How many more would you sacrifice for Garak's sake? Protecting out encampments is for naught, darkness and chaos will overwhelm us if we can't end this battle. Killing one of those two evils is now more important than protecting our encampments. And I do not intend to let that...thing keep control of the body of our friend."
|
||||
message= _ "That thing is not Garak. This night has lasted long enough, and too many of our people have died. How many more would you sacrifice for Garak's sake? Just protecting our encampments isn't enough, darkness and chaos will overwhelm us if we can't end this battle soon. We must destroy one of those two evils, whatever the cost. I do not intend to let that...thing keep control of the body of our friend."
|
||||
[/message]
|
||||
|
||||
[if]
|
||||
|
@ -1017,7 +1017,7 @@ name=start
|
|||
[/event]
|
||||
|
||||
|
||||
# if deathblade zur dies first revenge = 2
|
||||
# if deathblade Zur dies first then set variable revenge = 2
|
||||
[event]
|
||||
name=die
|
||||
|
||||
|
@ -1047,7 +1047,7 @@ description=Zur
|
|||
[/event]
|
||||
|
||||
|
||||
# if wraith Grak dies then Revenge = 3
|
||||
# if wraith Grak dies then set variable revenge = 3
|
||||
[event]
|
||||
name=die
|
||||
|
||||
|
@ -1308,6 +1308,15 @@ add=-1
|
|||
|
||||
# On Turn 12 one of the two undead leaders destroys Garak and himself
|
||||
# and creates a possessed Garak
|
||||
# The revenge variable stores the number of the side the player has enraged
|
||||
|
||||
# if revenge = 0 (played enraged neither side) then Ystara disappears and
|
||||
# possesses Garak
|
||||
# if revenge = 2 (played killed Azkotep or his champion) then Azkotep (side=2)
|
||||
# disappears and possesses Garak
|
||||
# if revenge = 3 (played killed Ystara or her champion) then Ystara (side=3)
|
||||
# disappears and possesses Garak
|
||||
|
||||
[event]
|
||||
name=turn 12
|
||||
|
||||
|
@ -1641,11 +1650,6 @@ description=Ystara
|
|||
add=1
|
||||
[/set_variable]
|
||||
|
||||
#[message]
|
||||
#speaker=narrator
|
||||
#message= _ "Killed Ystara ULK: $undead_leaders_killed"
|
||||
#[/message]
|
||||
|
||||
# test to see if both undead leaders killed, (does undead_leaders_killed
|
||||
# = 2?) if so call special Possess Garak event with new dialogue
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue