Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
void main()
|
|
{
|
|
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex") - 1;
|
|
SetLocalInt(GetModule(), "re_AreaToolIndex", iCounter);
|
|
}
|