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

8 lines
204 B
Plaintext

int StartingConditional()
{
int iResult;
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex") + 1;
iResult = iCounter <= GetLocalInt(GetModule(), "re_iAreaTool");
return iResult;
}