GammaAge/_module/nss/re_widget5.nss
Jaysyn904 b927d0faf8 File re-organization.
File re-organization.  Added module builder & hak builder.
2021-09-16 10:15:32 -04:00

9 lines
165 B
Plaintext

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