int StartingConditional() { object oPC = GetPCSpeaker(); if (GetItemPossessedBy(oPC, "zq_item_02") == OBJECT_INVALID) return FALSE; return TRUE; }