TRoW S5: moved unit variable storage
This commit is contained in:
parent
e97aa84e24
commit
f3b9978d93
1 changed files with 20 additions and 7 deletions
|
@ -390,13 +390,6 @@
|
|||
speaker=Lady Outlaw
|
||||
message= _ "We should save the debate for later. I can still be of use to you. I shall scout the road ahead. We need to know if we can make it to Southbay. I’ll return in a few days."
|
||||
[/message]
|
||||
[store_unit]
|
||||
[filter]
|
||||
id=Lady Outlaw
|
||||
[/filter]
|
||||
variable=lady_store
|
||||
kill=yes
|
||||
[/store_unit]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
|
@ -415,4 +408,24 @@
|
|||
image=portraits/haldric-mad.png
|
||||
[/message]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=victory
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=have_lady
|
||||
numerical_equals=1
|
||||
[/variable]
|
||||
[then]
|
||||
[store_unit]
|
||||
[filter]
|
||||
id=Lady Outlaw
|
||||
[/filter]
|
||||
variable=lady_store
|
||||
kill=yes
|
||||
[/store_unit]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
[/scenario]
|
||||
|
|
Loading…
Add table
Reference in a new issue