//:://///////////////////////////////////////////// //:: FileName carr_gem_1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 11/23/2006 7:18:25 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "Sapphire")) return FALSE; if(!HasItem(GetPCSpeaker(), "Pearl")) return FALSE; return TRUE; }