//:://///////////////////////////////////////////// //:: FileName does_have_arthbk //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7/27/2008 11:41:57 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "aarthsholyboo")) return FALSE; return TRUE; }