9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
int nAppearanceType = 1000;
|
|
|
|
SetCreatureAppearanceType(oPC, nAppearanceType);
|
|
}
|