6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
void main()
|
|
{
|
|
location lTarget1 = GetLocation(GetWaypointByTag("FreezeMikatos"));
|
|
CreateObject(OBJECT_TYPE_CREATURE, "PentFreezer3", lTarget1, TRUE);
|
|
}
|