Added DMFI
Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
This commit is contained in:
11
_module/nss/re_widget18.nss
Normal file
11
_module/nss/re_widget18.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oArea = GetArea(oPC);
|
||||
object oObject = GetFirstObjectInArea(oArea);
|
||||
while(GetIsObjectValid(oObject))
|
||||
{
|
||||
if(GetLocalInt(oObject, "re_bRandomEncounter") && !IsInConversation(oObject)) DestroyObject(oObject);
|
||||
oObject = GetNextObjectInArea(oArea);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user