6 lines
119 B
Plaintext
Raw Normal View History

void main()
{
int iIndex = GetLocalInt(OBJECT_SELF, "index");
SetLocalInt(OBJECT_SELF, "index", iIndex - 1);
}