Removed an event which shouldn't be there.
This commit is contained in:
parent
ba9ff99976
commit
c4bc0f6339
1 changed files with 0 additions and 26 deletions
|
@ -741,30 +741,4 @@
|
|||
{CLEAR_VARIABLE troll_allies}
|
||||
{CLEAR_VARIABLE stored_side_1}
|
||||
[/event]
|
||||
|
||||
|
||||
# Unstore Sir Gerrick and his troops back so that everyone will be happily
|
||||
# reunited at the beginning of the next scenario.
|
||||
|
||||
[event]
|
||||
name=victory
|
||||
|
||||
{VARIABLE stored_Sir_Gerrick.x "recall"}
|
||||
{VARIABLE stored_Sir_Gerrick.y "recall"}
|
||||
|
||||
[unstore_unit]
|
||||
variable=stored_Sir_Gerrick
|
||||
[/unstore_unit]
|
||||
|
||||
{FOREACH stored_Sir_Gerrick_army i}
|
||||
{VARIABLE stored_Sir_Gerrick_army[$i].x "recall"}
|
||||
{VARIABLE stored_Sir_Gerrick_army[$i].y "recall"}
|
||||
|
||||
[unstore_unit]
|
||||
variable=stored_Sir_Gerrick_army[$i]
|
||||
[/unstore_unit]
|
||||
{NEXT i}
|
||||
|
||||
{CLEAR_VARIABLE stored_Sir_Gerrick_army}
|
||||
[/event]
|
||||
[/scenario]
|
||||
|
|
Loading…
Add table
Reference in a new issue