int StartingConditional() { object oPC = GetPCSpeaker(); if (GetLocalInt(oPC, "FishChance") == TRUE) return TRUE; return FALSE; }