int StartingConditional() { int iResult; iResult = TRUE; if (GetLocalInt(GetPCSpeaker(),"Monstrous") > 0 ) iResult = FALSE; return iResult; }