dunKarthspirePlatePuzzleSCRIPT sanity checks
This commit is contained in:
parent
df07b65145
commit
8bb7765856
Binary file not shown.
@ -35,8 +35,10 @@ auto STATE Active
|
||||
|
||||
ELSE
|
||||
;USKP 2.0.5 - Bethesda didn't bother to check their bool to see if the trigger being stepped on is safe!
|
||||
IF(!mainScript.plateSolved && !bSafe)
|
||||
IF ( ! mainScript || ! mainScript.plateSolved ) && !bSafe
|
||||
if spellDmg && castSource
|
||||
spellDmg.cast(castSource, triggerRef)
|
||||
endif
|
||||
TriggerSound.play(self)
|
||||
ENDIF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user