PWE_PRC8/_module/nss/dog4win.nss

11 lines
198 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
int StartingConditional()
{
// Inspect local variables
object oDog4 = GetObjectByTag("RaceDog4");
if(!(GetLocalInt(oDog4, "nBetPlaced") == 1))
return FALSE;
return TRUE;
}