6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lLocation1 = GetLocation(GetWaypointByTag("MengGate"));
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "MengariGate", lLocation1, FALSE);
|
||
|
}
|