//:://///////////////////////////////////////////// //:: FileName sail_mark //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/31/2002 12:08:59 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!CheckPartyForItem(GetPCSpeaker(), "KlausEinharsRingII")) return FALSE; return TRUE; }