PoA_PRC8/_module/nss/re_widget8.nss
Jaysyn904 37c79b6d57 Added DMFI
Added DMFI.  Set Diamond Golem appearance size to large.  Full compile.  Updated release archive.
2024-12-28 18:10:38 -05:00

9 lines
272 B
Plaintext

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;
}