6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lTarget1 = GetLocation(GetWaypointByTag("FreezeStalaris"));
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "PentFreezer5", lTarget1, TRUE);
|
||
|
}
|