Alangara_PRC8/_module/nss/scr_ratrace_on.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

7 lines
164 B
Plaintext

// returns if the race is running
int StartingConditional()
{
// return true if a race is in progress
return GetLocalInt(OBJECT_SELF, "IC_RACE_RUNNING");
}