parent
e6b31636c1
commit
575bc843b8
1 changed files with 6 additions and 5 deletions
|
@ -505,29 +505,30 @@ Soooo... It is you who sent your subordinates to attack us. Now when we’ve des
|
|||
[/message]
|
||||
|
||||
# Remove the current location from the array
|
||||
[foreach]
|
||||
[for]
|
||||
array=drake_bases
|
||||
[do]
|
||||
[if]
|
||||
[variable]
|
||||
name=this_item.x
|
||||
name=drake_bases[$i].x
|
||||
numerical_equals=$x1
|
||||
[/variable]
|
||||
|
||||
[variable]
|
||||
name=this_item.y
|
||||
name=drake_bases[$i].y
|
||||
numerical_equals=$y1
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
{CLEAR_VARIABLE this_item}
|
||||
{CLEAR_VARIABLE drake_bases[$i]}
|
||||
|
||||
{VARIABLE i 999}
|
||||
[break][/break]
|
||||
[/then]
|
||||
[/if]
|
||||
[/do]
|
||||
[/foreach]
|
||||
[/event]
|
||||
{CLEAR_VARIABLE i}
|
||||
|
||||
[event]
|
||||
name=last breath
|
||||
|
|
Loading…
Add table
Reference in a new issue