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