9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
|
//Allow portal to other modules
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if((GetLocalInt(GetModule(), "iAllowExitPortal") == 1)) return TRUE;
|
||
|
|
||
|
return FALSE;
|
||
|
}
|