Hi there!
I am at my wits end with a rather dumb diplo problem.
To keep a certain civ neutral, I have put the following line into my new scenario events:
@IF
NEGOTIATION
talker=ANYBODY
talkertype=HumanOrComputer
listener=Neutral Allies
listenertype=Computer
@THEN
@ENDIF
@IF
NEGOTIATION
talker=Neutral Allies
talkertype=Computer
listener=ANYBODY
listenertype=HumanOrComputer
@THEN
@ENDIF
But the CIV2 game is still initiating diplomacy, and I can contact them as this Neutral civ.
Not good!
Oddly, the very same event worked fine in my Bitterfrost scen...
What gives?
I am at my wits end with a rather dumb diplo problem.
To keep a certain civ neutral, I have put the following line into my new scenario events:
@IF
NEGOTIATION
talker=ANYBODY
talkertype=HumanOrComputer
listener=Neutral Allies
listenertype=Computer
@THEN
@ENDIF
@IF
NEGOTIATION
talker=Neutral Allies
talkertype=Computer
listener=ANYBODY
listenertype=HumanOrComputer
@THEN
@ENDIF
But the CIV2 game is still initiating diplomacy, and I can contact them as this Neutral civ.
Not good!
Oddly, the very same event worked fine in my Bitterfrost scen...
What gives?
Comment