9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
#include "fcb_inc_vars"
|
|
|
|
//==========================================/
|
|
int StartingConditional()
|
|
//==========================================/
|
|
{
|
|
return GetLocalInt(FCB_HOST, UI_MAIN_LIST_LEN) > 2;
|
|
}
|