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