Amon_PRC8/_module/nss/createmengate.nss

6 lines
154 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
location lLocation1 = GetLocation(GetWaypointByTag("MengGate"));
CreateObject(OBJECT_TYPE_PLACEABLE, "MengariGate", lLocation1, FALSE);
}