• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

File location

yeh i know thats how i test (with a little help from the console) but the governor at aruba is always the same...
 
Can you post an example of your code here? I'd like to test it to see what's going on... <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
 
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->    ch.nation.n0.name = "James";
    ch.nation.n0.lastname = "Jekyll";
    ch.nation.n0.model = "huber_hol2_17";
    ch.nation.n0.sex = "man";
    ch.nation.n0.greeting = "Gr_Robert Christopher Silehard";
    ch.nation.n1.name = "Domonic";
    ch.nation.n1.lastname = "Allut";
    ch.nation.n1.model = "huber_spa2_17";
    ch.nation.n1.sex = "man";
    ch.nation.n1.greeting = "Gr_joseph claude le moigne";
    ch.nation.n2.name = "Fernando";
    ch.nation.n2.lastname = "De La Cruz";
    ch.nation.n2.model = "huber_fra_17";
    ch.nation.n2.sex = "man";
    ch.nation.n2.greeting = "Gr_Christofor Manuel de Alencar";
    ch.nation.n4.name = ch.old.name;
    ch.nation.n4.lastname = ch.old.lastname;
    ch.nation.n4.model = ch.model;
    ch.nation.n4.sex = ch.sex;
    ch.nation.n4.greeting = ch.greeting;
    ch.nation.n5.name = "Ricardo";
    ch.nation.n5.lastname = "Nunes";
    ch.nation.n5.model = "huber_por_17";
    ch.nation.n5.sex = "man";
    ch.nation.n5.greeting = "Gr_Jacinto Arcibaldo Barreto";
    AddGameCharacter(n, ch);
// <-- KK<!--c2--></div><!--ec2-->

i dont see whats wrong...also thanks for the promotion...Modders!!
 
How DO you even get to capture Aruba? There's no fort to capture and I can't seem to "Land Troops" either. How are you testing...? <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
 
Back
Top