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