9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
|
void main()
|
|
{
|
|
location lLocation = GetLocation(GetWaypointByTag("GrimlarAttack4"));
|
|
CreateObject(OBJECT_TYPE_CREATURE, "heroofgrimlar", lLocation, FALSE);
|
|
|
|
}
|
|
|