Added DMFI
Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
This commit is contained in:
13
_module/nss/re_widget12.nss
Normal file
13
_module/nss/re_widget12.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oArea = GetArea(oPC);
|
||||
int iResult;
|
||||
object oObject = GetFirstObjectInArea(oArea);
|
||||
while(GetIsObjectValid(oObject))
|
||||
{
|
||||
if(GetLocalInt(oObject, "re_bRandomEncounter")) iResult = TRUE;
|
||||
oObject = GetNextObjectInArea(oArea);
|
||||
}
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user