9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oDevice = GetObjectByTag("ba2_chaosdivice");
|
||
|
if(!(GetLocalInt(oDevice, "Activate") == 1))
|
||
|
return FALSE;
|
||
|
return TRUE;
|
||
|
|
||
|
}
|