//:://///////////////////////////////////////////// //:: FileName townwatch //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/13/2002 12:30:03 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { object oItem = GetItemPossessedBy(GetPCSpeaker(), "1stkey"); return oItem != OBJECT_INVALID; }