ch.old.name = "Will";
ch.old.lastname = "Turner";
ch.name = TranslateString("","Will");
ch.lastname = TranslateString("","Turner");
ch.id = "Will Turner";
ch.nation = ENGLAND;
ch.sound_type = "seaman";
ch.model = "Will";
ch.sex = "man";
GiveItem2Character(ch, "blade18");
ch.equip.blade = "blade18";
GiveItem2Character(ch, "pistol5");
ch.equip.gun = "pistol5";
//JRH ammo mod -->
TakenItems(ch, "gunpowder", 6);
TakenItems(ch, "pistolbullets", 6);
//JRH ammo mod <--
ch.location = "none";
ch.location.group = "";
ch.location.locator = "";
ch.Dialog.Filename = "Will Turner_dialog.c";
ch.Ship.Name = "The Adventurer";
ch.Ship.Type = "Corvette2";