8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if(!(GetLocalInt(OBJECT_SELF, "RandomStep") == 2))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|