//:://///////////////////////////////////////////// //:: FileName sc_048 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 3/28/2003 1:26:48 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "thesindeathskull")) return FALSE; return TRUE; }