PWE_PRC8/_module/nss/sc_game_in_prog.nss

8 lines
155 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
#include "sc_dart_include"
int StartingConditional()
{
int game_in_progress = GetLocalInt(getDB(), GAME_IN_PROGRESS);
return !game_in_progress;
}