6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetLocalInt(OBJECT_SELF, "Client") == TRUE && Random(3) == 0) return TRUE;
|
|
return FALSE;
|
|
}
|