[Known 18113] AR5400 script blocks mod added content
swit
Member, Translator (NDA) Posts: 495
This code should be changed because it is always true, so it blocks everything below it.
calling @Avenger_teambg, since he already noticed this back in August 2012. The way it is coded conflicts with many mods.
IF
!Dead("Amnish3")
!Dead("Amnish3a")
!Dead("Amnish3b")
!Global("GuardMinePermission","GLOBAL",1)
THEN
RESPONSE #100
TriggerActivation("Door5401",FALSE)
END
IF
OR(4)
Dead("Amnish3")
Dead("Amnish3a")
Dead("Amnish3b")
Global("GuardMinePermission","GLOBAL",1)
THEN
RESPONSE #100
TriggerActivation("Door5401",TRUE)
END
Post edited by elminster on
0
Comments
I'm currently fixing this myself in one of my (unreleased) mods with the following code: