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