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