6 lines
119 B
Plaintext
Raw Permalink Normal View History

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