//:://///////////////////////////////////////////// //:: FileName rud_sandonstart //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 22/10/2004 4:25:43 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "rudequest009")) return FALSE; return TRUE; }