Remove captured_keep variable
This commit is contained in:
parent
f8687c7b50
commit
90f6b7e53d
1 changed files with 5 additions and 10 deletions
|
@ -376,7 +376,6 @@
|
|||
|
||||
#initialize starting variables
|
||||
|
||||
{VARIABLE captured_fort no}
|
||||
{VARIABLE found_door no}
|
||||
{VARIABLE num_keys_found 0}
|
||||
|
||||
|
@ -520,6 +519,7 @@
|
|||
|
||||
[event]
|
||||
name=moveto
|
||||
id=jungle_warning
|
||||
|
||||
[filter]
|
||||
x=31-36
|
||||
|
@ -527,13 +527,6 @@
|
|||
side=1
|
||||
[/filter]
|
||||
|
||||
[filter_condition]
|
||||
[variable]
|
||||
name=captured_fort
|
||||
boolean_equals=no
|
||||
[/variable]
|
||||
[/filter_condition]
|
||||
|
||||
[message]
|
||||
speaker=Zhul
|
||||
message= _ "Ugh. That jungle seems dark and foreboding. Do you see those eyes? There are things staring at us from the depths of the jungle, but I can’t tell what they are. As much as I love plants and trees, I don’t like the look of it."
|
||||
|
@ -812,7 +805,10 @@
|
|||
side=1
|
||||
[/allow_recruit]
|
||||
|
||||
{VARIABLE captured_fort yes}
|
||||
[event]
|
||||
id=jungle_warning
|
||||
remove=true
|
||||
[/event]
|
||||
|
||||
[objectives]
|
||||
summary= _ "New Objectives:"
|
||||
|
@ -1601,7 +1597,6 @@
|
|||
[/message]
|
||||
)}
|
||||
|
||||
{CLEAR_VARIABLE captured_fort}
|
||||
{CLEAR_VARIABLE found_door}
|
||||
{CLEAR_VARIABLE num_keys_found}
|
||||
[/event]
|
||||
|
|
Loading…
Add table
Reference in a new issue