5 lines
99 B
Plaintext
5 lines
99 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "abigail001", GetLocation(GetPCSpeaker()));
|
||
|
}
|