I hope you can help me. Lets start with this one... Is it possible to use the same kind of trigger at once with the @AND modifier?
For example:
@IF
ReceivedTechnology
receiver=CivA
technology=1
@AND
ReceivedTechnology
receiver=CivA
technology= 2
@THEN
MakeAggression
who=CivA
whom=CivB
@ENDIF
And where do I have to place the continuous modifier?
For example:
@IF
ReceivedTechnology
receiver=CivA
technology=1
@AND
ReceivedTechnology
receiver=CivA
technology= 2
@THEN
MakeAggression
who=CivA
whom=CivB
@ENDIF
And where do I have to place the continuous modifier?
Comment