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