Arrrrgggg!!!!! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid="

" border="0" alt="modding.gif" />
Nope, nothing at all, niente di niente, rien de rien, nada de nada!! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid="

" border="0" alt="modding.gif" />
-------------------------------------
// NK new location tags 04-08-29
Characters[GetMainCharacterIndex()].newloctags = true;
ref chr;
chr = CharacterFromID("Enc_Officer_0");
chr.quest.officertype = OFFIC_TYPE_FIRSTMATE;
LAi_Create_Officer(10, &chr);
//LAi_NPC_Equip(&chr, 0, true, 0.5);
chr.items.blade1 = 1;
chr.items.pistol1 = true;
chr.Dialog.CurrentNode = "hired";
chr.AbordageMode = makeint(1);
chr.nation = PORTUGAL;
chr.randmodel = AppearanceMod_GetModelIndex("Fanielle");
chr.model = Models[sti(chr.randmodel)].model;
chr.model.animation = Models[sti(chr.randmodel)].ani;
chr.model.height = Models[sti(chr.randmodel)].height;
chr.sex = Models[sti(chr.randmodel)].sex;
DeleteAttribute(&chr,"randmodel");
SetRandomNameToCharacter(&chr);
Ship_CreateForCharacter(&chr, GetShipIndex("Frigate1"), "Sea Hawk");
SetCompanionIndex(&ch, -1, sti(chr.index));
chr = CharacterFromID("Enc_Officer_1");
chr.quest.officertype = OFFIC_TYPE_FIRSTMATE;
LAi_Create_Officer(10, &chr);
//LAi_NPC_Equip(&chr, 0, true, 0.5);
chr.items.blade1 = 1;
chr.items.pistol1 = true;
chr.Dialog.CurrentNode = "hired";
chr.AbordageMode = makeint(1);
chr.nation = ENGLAND;
chr.randmodel = AppearanceMod_GetModelIndex("ladyinred");
chr.model = Models[sti(chr.randmodel)].model;
chr.model.animation = Models[sti(chr.randmodel)].ani;
chr.model.height = Models[sti(chr.randmodel)].height;
chr.sex = Models[sti(chr.randmodel)].sex;
DeleteAttribute(&chr,"randmodel");
SetRandomNameToCharacter(&chr);
Ship_CreateForCharacter(&chr, GetShipIndex("Corvette2"), "Sea Depredator");
SetCompanionIndex(&ch, -1, sti(chr.index));
Characters[GetCharacterIndex("Danielle")].model.animation = "woman";
---------------------------------------------------------
I don´t know about cheating or modding but perhaps this trick is incompatible
with the european version <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid="

" border="0" alt="mybad.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/diomed.gif" style="vertical-align:middle" emoid=":dio" border="0" alt="diomed.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/bounce.gif" style="vertical-align:middle" emoid=":b:" border="0" alt="bounce.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/william.gif" style="vertical-align:middle" emoid=":will" border="0" alt="william.gif" />
____________________________________________________________________