Better name and definition of a no-recall-list nacro, suggested by Sapient.
This commit is contained in:
parent
e683ce327c
commit
e86ea79456
3 changed files with 7 additions and 4 deletions
|
@ -354,7 +354,7 @@
|
|||
|
||||
{MODIFY_UNIT (
|
||||
side=1
|
||||
{ON_MAP_ONLY}
|
||||
{NOT_ON_RECALL_LIST}
|
||||
[not]
|
||||
id=Malin Keshar
|
||||
|
||||
|
|
|
@ -461,7 +461,7 @@
|
|||
variable=stored_Sir_Gerrick_army
|
||||
[filter]
|
||||
side=1
|
||||
{ON_MAP_ONLY}
|
||||
{NOT_ON_RECALL_LIST}
|
||||
[/filter]
|
||||
kill=yes
|
||||
[/store_unit]
|
||||
|
|
|
@ -8,8 +8,11 @@
|
|||
99 #enddef
|
||||
|
||||
# Use this to restrict a filter to on-map units, not the recaall list.
|
||||
#define ON_MAP_ONLY
|
||||
x,y=1-99,1-99 #enddef
|
||||
#define NOT_ON_RECALL_LIST
|
||||
[not]
|
||||
x,y=recall,recall
|
||||
[/not]
|
||||
#enddef
|
||||
|
||||
#define GENERIC_UNIT SIDE TYPE X Y
|
||||
# Creates a generic unit of TYPE belonging to SIDE at X,Y, which has a
|
||||
|
|
Loading…
Add table
Reference in a new issue