6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
int StartingConditional()
|
|
{
|
|
// return if someone has bet on this rat
|
|
return !GetIsObjectValid(GetLocalObject(GetModule(), "IC_RAT_PLAYER_3"));
|
|
}
|