Announcement

Collapse
No announcement yet.

Requesting advice with pesky diplomatic problem!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Requesting advice with pesky diplomatic problem!

    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?
    http://sleague.apolyton.net/index.php?title=Home
    http://totalfear.blogspot.com/

  • #2
    And what about this? It's slightly changed,but I don't know if it will work...

    Try it, and let me know if it works

    @IF
    NEGOTIATION
    talker=ANYBODY
    talkertype=HumanOrComputer
    listener=Neutral Allies
    listenertype=HumanOrComputer
    @THEN
    @ENDIF

    @IF
    NEGOTIATION
    talker=Neutral Allies
    talkertype=HumanOrComputer
    listener=ANYBODY
    listenertype=HumanOrComputer
    @THEN
    @ENDIF

    Comment


    • #3
      I'll give it a shot!
      http://sleague.apolyton.net/index.php?title=Home
      http://totalfear.blogspot.com/

      Comment


      • #4
        Thanks!
        It works!

        Case closed!
        http://sleague.apolyton.net/index.php?title=Home
        http://totalfear.blogspot.com/

        Comment


        • #5
          Good to know

          Comment


          • #6
            If you play with cheat mode on(or editor mode-don't remember), forbid negotiation events are nulified.

            Untill you reload without cheats on, that is.
            "Military training has three purposes: 1)To save ourselves from becoming subjects to others, 2)to win for our own city a possition of leadership, exercised for the benefit of others and 3)to exercise the rule of a master over those who deserve to be treated as slaves."-Aristotle, The Politics, Book VII

            All those who want to die, follow me!
            Last words of Emperor Constantine XII Palaiologos, before charging the Turkish hordes, on the 29th of May 1453AD.

            Comment

            Working...
            X