//:://///////////////////////////////////////////// //:: FileName rude_aloraletter //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 13/10/2004 9:06:09 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "rudequest008")) return FALSE; return TRUE; }