//:://///////////////////////////////////////////// //:: FileName s_hasgraddocumen //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2/28/2005 1:54:59 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "SHA_GRADUATE_NOTE")) return FALSE; return TRUE; }