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