//:://///////////////////////////////////////////// //:: FileName ahkmobsmambo //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2/22/2009 2:51:15 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "dcq07")) return FALSE; // Inspect local variables if(!(GetLocalInt(GetModule(), "AhkMobs") == 0)) return FALSE; return TRUE; }