//:://///////////////////////////////////////////// //:: FileName does_have_cloak //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/4/2007 8:13:19 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "redcloakofpro")) return FALSE; return TRUE; }