//:://///////////////////////////////////////////// //:: FileName sc_hasgolemplans //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/12/2003 1:28:46 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "GolemPlans")) return FALSE; return TRUE; }