6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
void main()
|
|
{
|
|
location lTarget1 = GetLocation(GetWaypointByTag("FreezeLioura"));
|
|
CreateObject(OBJECT_TYPE_CREATURE, "PentFreezer2", lTarget1, TRUE);
|
|
}
|