Added DMFI
Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
This commit is contained in:
6
_module/nss/re_widget10.nss
Normal file
6
_module/nss/re_widget10.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex");
|
||||
object oObject = GetLocalObject(GetModule(), "re_oAreaTool" + IntToString(iCounter));
|
||||
DeleteLocalInt(oObject, "re_disable");
|
||||
}
|
Reference in New Issue
Block a user