8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
|
#include "x4_inc_functions"
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if(GetIsSinglePlayer()==TRUE)
|
||
|
return FALSE;
|
||
|
return TRUE;
|
||
|
}
|