ff_c_cnd_false

Always return FALSE.

Scripts

TextAppearsWhen: ff_c_cnd_false

Source code

// @code

int StartingConditional()
{
  return FALSE;
}