Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/asg_resdesk_03.nss
Normal file
8
_module/nss/asg_resdesk_03.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
int iCurListPoint = GetLocalInt(OBJECT_SELF,"ASG_MIC_CURRENTLISTPOINT");
|
||||
iCurListPoint=iCurListPoint-1;
|
||||
int iMaxArray = GetLocalInt(OBJECT_SELF,"ASG_MIC_TOTALLIST");
|
||||
if (iCurListPoint>iMaxArray) iCurListPoint = iMaxArray;
|
||||
SetLocalInt(OBJECT_SELF,"ASG_MIC_CURRENTLISTPOINT",iCurListPoint);
|
||||
}
|
Reference in New Issue
Block a user