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