<!--QuoteBegin-alan_smithee+Jan 28 2005, 05:50 AM--><div class='quotetop'>QUOTE(alan_smithee @ Jan 28 2005, 05:50 AM)</div><div class='quotemain'><!--QuoteEBegin-->I'll pick up with 200, if I may... have a dozen or so characters to add, independently and with quests. Though I don't suppose every character I make needs to be playable...
<div align="right">[snapback]92702[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
That is the way it has been in the PotCMod.zips since Alan's new characters were added.
Facemaker.c has:
// Alan Smithee -->
case "gypsycaptain": tempmodelnum = 201; break;
case "capnhook": tempmodelnum = 202; break;
case "wurmwoode": tempmodelnum = 203; break;
case "beatrice": tempmodelnum = 204; break;
case "ladyinred": tempmodelnum = 205; break;
case "girlpatch": tempmodelnum = 206; break;
// Alan Smithee <--
for all of Alan's characters.
I'm just taking the next ones in the sequence after 170 for the my 2 characters. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid="
" border="0" alt="dunno.gif" />
Is that a problem?