8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if(!(GetLocalInt(GetModule(), "gr_xx") != 1))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|