Remove captured_keep variable

This commit is contained in:
Simon Forsyth 2012-07-10 01:05:07 +00:00
parent f8687c7b50
commit 90f6b7e53d

View file

@ -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 cant tell what they are. As much as I love plants and trees, I dont 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]