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