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?

I seem to be a bit late on this one, but I'm quite sure that this is not true. You CAN use two of the same. The Midgard events do it, for one, and seeing as how @AND'ed events are stored as two events structures in the savegame, it's at least technically possible too.
Comment