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