Maybe you could have it so that showcharacter NPCs have profiles as well, if you choose it.
It would be like:
NPC Code:
if (created) {
showcharacter;
setcharprop #C0,black;
setcharprop #C1,black;
setcharprop #C2,black;
setcharprop #C3,black;
setcharprop #C4,black;
setcharprop #3,head126.gif;
setcharprop #n,Profile-Test;
profile {
realname = Profile Test;
age = 2;
}
}
And so on in the profile {} thing...
I think it might be a good idea..