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); }