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