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