1
Fork 0

dunKarthspirePlatePuzzleSCRIPT sanity checks

development
Eddoursul 3 months ago
parent df07b65145
commit 8bb7765856
  1. BIN
      scripts/dunkarthspireplatepuzzlescript.pex
  2. 6
      source/scripts/dunkarthspireplatepuzzlescript.psc

@ -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…
Cancel
Save