Well i added a character because i wan to use my musketeer skin,well tell me which words i typed wrongly <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/blush.gif" style="vertical-align:middle" emoid="

ops" border="0" alt="blush.gif" />:
makeref(ch,Characters[n]); // Carmilo Suez dela Cruz
ch.name = "Carmilo Suez";
ch.lastname = "dela Cruz";
ch.id = "Carmilo Suez dela Cruz";
ch.model = "Musketeer";
ch.sex = "man";
ch.sound_type = "soldier";
LAi_CharacterReincarnation(ch, true, true);
GiveItem2Character(ch, GUN_COMMON);
ch.equip.gun = GUN_COMMON;
GiveItem2Character(ch, BLADE_LONG);
ch.equip.blade = BLADE_LONG;
ch.location = "Falaise_de_fleur_location_03";
ch.location.group = "goto";
ch.location.locator = "Sitizen02";
ch.Dialog.Filename = "Falaise De Fleur citizen_dialog.c";
ch.greeting = "Gr_hardouin aufort";
ch.nation = FRANCE;
ch.rank = 5;
ch.reputation = "52";
ch.experience = "0";
ch.skill.Leadership = "4";
ch.skill.Fencing = "7";
ch.skill.Sailing = "1";
ch.skill.Accuracy = "1";
ch.skill.Cannons = "1";
ch.skill.Grappling = "1";
ch.skill.Repair = "1";
ch.skill.Defence = "1";
ch.skill.Commerce = "1";
ch.skill.Sneak = "1";
ch.money = "10";
ch.quest.meeting = "0";
LAi_SetCitizenType(ch);
LAi_SetLoginTime(ch, 0.0, 24.0);
LAi_SetHP(ch, 120.0, 120.0);
LAi_group_MoveCharacter(ch, "FRANCE_CITIZENS");
n = n + 1;