Battledale_PRC8/_module/nss/ty_latspawn.nss

9 lines
268 B
Plaintext
Raw Permalink Normal View History

void main()
{
location lAppearSpot = GetLocation(GetWaypointByTag("ty_wp_rewardspawn"));
object oCounter = GetObjectByTag("ty_cagetrigcntr");
SetLocalInt(oCounter, "triggered", 1);
CreateObject(OBJECT_TYPE_ITEM, "ty_daybreaker", lAppearSpot, TRUE);
}