Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/modelnextok.nss
Normal file
12
_module/nss/modelnextok.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "model_inc"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iIndex = GetLocalInt(OBJECT_SELF, "index");
|
||||
int iCounter = GetLocalInt(OBJECT_SELF, "clothescount");
|
||||
if((iIndex + 1) * INDEXCOUNT < iCounter)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user