//:://///////////////////////////////////////////// //:: FileName quest_wiz_f //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2003-10-02 11:05:20 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "RHUN_SCRFORYBEX")) return FALSE; return TRUE; }