//////////////////////////////////////////////////////////////////////////////// // npcact_ext_STTR - NPC ACTIVITIES 6.0 Set Trap external command //------------------------------------------------------------------------------ // By Deva Bryson Winblood 06/13/2004 //------------------------------------------------------------------------------ // Last Modified By: Deva Bryson Winblood // Last Modified Date: 06/13/2004 //////////////////////////////////////////////////////////////////////////////// #include "npcactivitiesh" void main() { float fDelay=0.5; if (GetHasSkill(SKILL_SET_TRAP)==TRUE) { // has set trap skill object oItem=GetItemPossessedBy(OBJECT_SELF,"NW_IT_TRAP035"); object oWhere=GetNearestObjectByTag("NPC_TRAP_POINT"); int nCount=35; location lTrap=GetLocation(oWhere); string sTrapTag; object oArea=GetArea(OBJECT_SELF); object oNewTrap; int nWorkVar; int nRadius; int nDetectDC; int nDisarmDC; int nSingleFire; string sScript; string sWork; // ....