Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
void main()
|
|
{
|
|
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex");
|
|
object oObject = GetLocalObject(GetModule(), "re_oAreaTool" + IntToString(iCounter));
|
|
DeleteLocalInt(oObject, "re_disable");
|
|
}
|