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