RATDOG/_module/nss/re_widget6.nss

6 lines
137 B
Plaintext
Raw Permalink Normal View History

void main()
{
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex") + 1;
SetLocalInt(GetModule(), "re_AreaToolIndex", iCounter);
}