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