int StartingConditional()
{
    if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_EVIL)
        return TRUE;

    return FALSE;
}