PoA_PRC8/_module/nss/re_widget5.nss

9 lines
165 B
Plaintext
Raw Permalink Normal View History

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