8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
|
#include "sc_dart_include"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int game_in_progress = GetLocalInt(getDB(), GAME_IN_PROGRESS);
|
||
|
return !game_in_progress;
|
||
|
}
|