generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
9
_module/nss/vtw_mod_portal1.nss
Normal file
9
_module/nss/vtw_mod_portal1.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iReturn = GetLocalInt(GetModule(), "iAllowExitPortal");
|
||||
|
||||
if (iReturn ==1) return TRUE;
|
||||
|
||||
else return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user