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

9 lines
165 B
Plaintext

int StartingConditional()
{
int iResult;
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex") - 1;
iResult = iCounter > 0;
return iResult;
}