/** * * Title: camp_basic.script * Description: camp_basic */ //------------------------------------------------ // Inherits //------------------------------------------------ inherits item.camp.camp_base; //------------------------------------------------ // Methods //------------------------------------------------ //------------------------------------------------ // OnAttach //------------------------------------------------ trigger OnAttach() { // Set our skill req. setObjVar( self, "campPower", 1 ); setObjVar( self, "skillReq", 1 ); return SCRIPT_CONTINUE; }