+ Reply to Thread
Page 8 of 8 FirstFirst ... 6 7 8
Results 141 to 143 of 143

Thread: Event scripting: tricks and traps explained

  1. #141
    Crazy Crusader Kings Creator jordarkelf's Avatar
    59 games registered

    59

    200k clubAchtung PanzerA Game of DwarvesHoI AnthologyArsenal of Democracy
    Hearts of Iron 2: ArmageddonCities in MotionCrusader Kings IICommander: Conquest of the AmericasDarkest Hour
    East India CompanyEast India Company CollectionElven Legacy CollectionEU3 CompleteDivine Wind
    For The GloryFor the MotherlandHearts of Iron IIIHOI3: Their Finest HourHeir to the Throne
    Europa Universalis III: In NomineIron CrossKing Arthur IILead and GoldLegio
    MagickaMajesty 2March of the EaglesNaval War: Arctic CirclePirates of Black Cove
    Victoria: RevolutionsEuropa Universalis: RomeRome GoldSemper FiSengoku
    Ship Simulator ExtremesSword of the Stars IISupreme Ruler 2020 GoldSupreme Ruler 2020Victoria 2
    Victoria II: A House DividedRome: Vae VictisMount & Blade: WarbandWarlock: Master of the ArcaneMount & Blade: With Fire and Sword
    War of the Roses

    Join Date
    Jul 2005
    Location
    Holy Roman Empire
    Posts
    6,711
    Wrong:
    Code:
    condition = { type = value = { type = diplomatic value = 5 } }
    or
    condition = { type = value = { type = martial value = 5 } }
    or
    condition = { type = value = { type = intrigue value = 5 } }
    or
    condition = { type = value = { type = stewardship value = 5 } }
    Right (yellow = inserted, red = deleted):
    Code:
    	condition = { type = or 
    		condition = { type = not value = { type = diplomacy value = 5 } } or
    		condition = { type = not value = { type = martial value = 5 } } or
    		condition = { type = not value = { type = intrigue value = 5 } } or
    		condition = { type = not value = { type = stewardship value = 5 } } or
    		}
    Just compare the two to see your errors.

  2. #142
    where can i put description?

  3. #143
    Crazy Crusader Kings Creator jordarkelf's Avatar
    59 games registered

    59

    200k clubAchtung PanzerA Game of DwarvesHoI AnthologyArsenal of Democracy
    Hearts of Iron 2: ArmageddonCities in MotionCrusader Kings IICommander: Conquest of the AmericasDarkest Hour
    East India CompanyEast India Company CollectionElven Legacy CollectionEU3 CompleteDivine Wind
    For The GloryFor the MotherlandHearts of Iron IIIHOI3: Their Finest HourHeir to the Throne
    Europa Universalis III: In NomineIron CrossKing Arthur IILead and GoldLegio
    MagickaMajesty 2March of the EaglesNaval War: Arctic CirclePirates of Black Cove
    Victoria: RevolutionsEuropa Universalis: RomeRome GoldSemper FiSengoku
    Ship Simulator ExtremesSword of the Stars IISupreme Ruler 2020 GoldSupreme Ruler 2020Victoria 2
    Victoria II: A House DividedRome: Vae VictisMount & Blade: WarbandWarlock: Master of the ArcaneMount & Blade: With Fire and Sword
    War of the Roses

    Join Date
    Jul 2005
    Location
    Holy Roman Empire
    Posts
    6,711
    In one of the existing text files of the config folder, or modtext.csv if it exists.

+ Reply to Thread
Page 8 of 8 FirstFirst ... 6 7 8

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts