OK, I need the help of our SL experts!
In my latest top secret ( ) scenario I have 7 empires.
3 are human, 4 are not...
Of the 4 non humans, 2 NEVER engage in diplomacy.
Is there any way to isolate them in events like so:
@IF
NEGOTIATION
talker=Undead Empire
talkertype=HumanOrComputer
listener=anybody
listenertype=HumanOrComputer
@THEN
@IF
NEGOTIATION
talker=anybody
talkertype=HumanOrComputer
listener=Undead Empire
listenertype=HumanOrComputer
@THEN
Is this legal for MGE?
Or do I have to waste a ton of events space and
ban every other empire from talking with the undead?
Pointers would be welcome!
In my latest top secret ( ) scenario I have 7 empires.
3 are human, 4 are not...
Of the 4 non humans, 2 NEVER engage in diplomacy.
Is there any way to isolate them in events like so:
@IF
NEGOTIATION
talker=Undead Empire
talkertype=HumanOrComputer
listener=anybody
listenertype=HumanOrComputer
@THEN
@IF
NEGOTIATION
talker=anybody
talkertype=HumanOrComputer
listener=Undead Empire
listenertype=HumanOrComputer
@THEN
Is this legal for MGE?
Or do I have to waste a ton of events space and
ban every other empire from talking with the undead?
Pointers would be welcome!
Comment