Battledale_PRC8/_module/nss/ty_cyrspawn.nss

9 lines
271 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_razorsapprent", lAppearSpot, TRUE);
}