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