PoA_PRC8/_module/nss/re_widget9.nss

9 lines
273 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex");
object oObject = GetLocalObject(GetModule(), "re_oAreaTool" + IntToString(iCounter));
iResult = !GetLocalInt(oObject, "re_disable");
return iResult;
}