generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
10
_module/nss/vtw_allow15.nss
Normal file
10
_module/nss/vtw_allow15.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables
|
||||
if((GetLocalInt(GetModule(), "iMaxLevelUp") >= 15))
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user