PoA_PRC8/_module/nss/re_widget4.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

8 lines
204 B
Plaintext

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