9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "Pupa",
|
||
|
GetLocation(GetNearestObjectByTag("pupaspawn")));
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "Pupa",
|
||
|
GetLocation(GetNearestObjectByTag("pupaspawn1")));
|
||
|
}
|
||
|
|