//:://///////////////////////////////////////////// //:: FileName sc_033 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 19/02/2005 3:15:43 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "dark_talisman2")) return FALSE; return TRUE; }