ff_c_cnd_true

Always return TRUE.

Scripts

TextAppearsWhen: ff_c_cnd_true

Source code

// @code

int StartingConditional()
{
  return TRUE;
}