//:://///////////////////////////////////////////// //:: FileName does_have_redgod //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/20/2007 7:55:11 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "redgodring")) return FALSE; return TRUE; }