//:://///////////////////////////////////////////// //:: FileName sail_havehighsails //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 11/21/2002 3:49:03 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!CheckPartyForItem(GetPCSpeaker(), "WynfaireToken1")) return FALSE; return TRUE; }