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

6 lines
137 B
Plaintext

void main()
{
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex") + 1;
SetLocalInt(GetModule(), "re_AreaToolIndex", iCounter);
}