generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
8
_module/nss/vtw_plot1.nss
Normal file
8
_module/nss/vtw_plot1.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
//Allow Equip Helper to remove Plot and Stolen flags
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if((GetLocalInt(GetModule(), "iAllowPlotFlagRemoval") == 1)) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user