7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
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);
|
|
}
|