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