6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "spablr", GetLocation(GetWaypointByTag("spablr")), TRUE);
|
||
|
|
||
|
}
|