6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
void main()
|
|
{
|
|
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex") + 1;
|
|
SetLocalInt(GetModule(), "re_AreaToolIndex", iCounter);
|
|
}
|