Made all persistent data addition in the test scenario immediate,

...because savedata/persistdata-desynchronization isn't a concern in
the test scenario, and it prevents confusion surrounding the messages
about the feature. Also, changed a persistent data test event location
to match its label location.
This commit is contained in:
Jody Northup 2011-04-07 18:57:51 +00:00
parent ba5b081915
commit d989786df8

View File

@ -1127,6 +1127,7 @@ Also, 0..9 = $below_ten, one,two,three = $ascii and the bonus answer is $mixed."
namespace="demo"
from_local=greeting
to_global=greeting
immediate=yes
[/set_global_variable]
[/event]
@ -1157,6 +1158,7 @@ Also, 0..9 = $below_ten, one,two,three = $ascii and the bonus answer is $mixed."
namespace="demo"
from_local=store
to_global=saved_unit
immediate=yes
[/set_global_variable]
[unstore_unit]
variable=store
@ -1178,8 +1180,8 @@ Also, 0..9 = $below_ten, one,two,three = $ascii and the bonus answer is $mixed."
name=moveto
first_time_only=no
[filter]
x=11
y=5
x=10
y=6
side=1
[/filter]
[store_gold]
@ -1191,6 +1193,7 @@ Also, 0..9 = $below_ten, one,two,three = $ascii and the bonus answer is $mixed."
namespace="demo"
from_local=account
to_global=savings
immediate=yes
[/set_global_variable]
{CLEAR_VARIABLE account}
[message]
@ -1214,6 +1217,7 @@ Also, 0..9 = $below_ten, one,two,three = $ascii and the bonus answer is $mixed."
side=global
from_local=empire
to_global=villages
immediate=yes
[/set_global_variable]
{CLEAR_VARIABLE empire}
[/event]