Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/modelpreviousok.nss
Normal file
9
_module/nss/modelpreviousok.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iIndex = GetLocalInt(OBJECT_SELF, "index");
|
||||
if(iIndex > 0)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user