6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
void main()
|
|
{
|
|
int iIndex = GetLocalInt(OBJECT_SELF, "index");
|
|
SetLocalInt(OBJECT_SELF, "index", iIndex - 1);
|
|
}
|