5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "spablk", GetLocation(GetWaypointByTag("spablk")), TRUE);
|
||
|
}
|