Battledale_PRC8/_module/nss/setcep_appear.nss

9 lines
127 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetPCSpeaker();
int nAppearanceType = 1000;
SetCreatureAppearanceType(oPC, nAppearanceType);
}