GammaAge/gamma_age_v2/re_widget6.nss
Jaysyn904 ac0d96bd74 Gamma Age module files
Added internal Gamma Age module files.
2021-07-14 16:40:26 -04:00

6 lines
137 B
Plaintext

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