5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "WesternFalcon", GetLocation(OBJECT_SELF), TRUE);
|
||
|
}
|