Battledale_PRC8/_module/nss/ty_alc1openchest.nss

7 lines
168 B
Plaintext
Raw Permalink Normal View History

void main()
{
location lLeverSpot = GetLocation(GetWaypointByTag("ty_wp_leverspot1"));
CreateObject(OBJECT_TYPE_PLACEABLE, "flrlever002", lLeverSpot, TRUE);
}