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