////////////////////////////////////////////////////////////////////////////////
//  Olander's Realistic Systems - Always False
//  opw_always_false
//  By Don Anderson
//  dandersonru@msn.com
//
//  Place this in a Conversation Where You Need an Always FALSE Condition
//
////////////////////////////////////////////////////////////////////////////////

int StartingConditional()
{  
  return FALSE;
}