Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/asg_resdesknext.nss
Normal file
8
_module/nss/asg_resdesknext.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult = FALSE;
|
||||
int iCurListPoint = GetLocalInt(OBJECT_SELF,"ASG_MIC_CURRENTLISTPOINT");
|
||||
int iMaxArray = GetLocalInt(OBJECT_SELF,"ASG_MIC_TOTALLIST");
|
||||
if (iCurListPoint<iMaxArray) iResult = TRUE;
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user