8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
|
//on used of object to set a Pc's apperance
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetCreatureAppearanceType(GetLastUsedBy(), APPEARANCE_TYPE_HUMAN
|
||
|
);
|
||
|
}
|