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