Try to...
You don't need to keep doing the [or] thing. Only if it's a different thing, like: some races and some specific unit types
It is redundant to keep putting the or for the same thing, like...
Just do this...
Code:
[filter_opponent] [not] race=human,elf,orc [/not] [/filter_opponent]
Code:
[filter_opponent] [not] race=human,elf,orc [or] type=Troll,Fire Drake,Dwarvish Fighter [/or] [/not] [/filter_opponent]
Code:
{PUT_TO_RECALL_LIST ( side=1 [not] id=Konrad [or] id=Delfador [/or] [or] id=Lisar [/or] [/not] )}
Code:
{PUT_TO_RECALL_LIST ( side=1 [not] id=Konrad,Delfador,Lisar [/not] )}
Statistics: Posted by Saizo-Luz — Today, 1:48 pm