5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
void main()
|
|
{
|
|
CreateObject(OBJECT_TYPE_CREATURE, "pathell", GetLocation(GetObjectByTag("MONSTER_SPAWN")));
|
|
}
|