#include "sc_dart_include" int StartingConditional() { int game_in_progress = GetLocalInt(getDB(), GAME_IN_PROGRESS); return !game_in_progress; }