GammaAge/_module/nss/re_widget11.nss
Jaysyn904 b927d0faf8 File re-organization.
File re-organization.  Added module builder & hak builder.
2021-09-16 10:15:32 -04:00

7 lines
205 B
Plaintext

void main()
{
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex");
object oObject = GetLocalObject(GetModule(), "re_oAreaTool" + IntToString(iCounter));
SetLocalInt(oObject, "re_disable", TRUE);
}