4
Fork 0

Fixed _00E_MQ08PressurePlate not matching source code

development
Eddoursul 4 months ago
parent 976927b6eb
commit 6215476e88
  1. BIN
      Skyrim.esm
  2. BIN
      scripts/_00e_mq08pressureplate.pex
  3. 11
      source/scripts/_00e_mq08pressureplate.psc

Binary file not shown.

@ -1,11 +1,14 @@
scriptName _00E_MQ08PressurePlate extends ObjectReference
event OnTriggerEnter(objectReference triggerRef )
if MQ08_IntoTheDeep.GetStage() == 125 && triggerRef == Game.GetPlayer()
MQ08_IntoTheDeep.SetStage(130)
Self.Activate(MQ08PortcullisRef)
if MQ08_IntoTheDeep.GetCurrentStageID() == 125 && triggerRef == Game.GetPlayer()
MQ08_IntoTheDeep.SetCurrentStageID(130)
Self.Activate(MQ08PortcullisRef, false)
MQ08PortcullisRef.PlayAnimation("Close")
MQ08PortcullisRef02.PlayAnimation("Open")
EndIf
endevent
Quest Property MQ08_IntoTheDeep Auto
ObjectReference Property MQ08PortcullisRef Auto
ObjectReference Property MQ08PortcullisRef Auto
ObjectReference property MQ08PortcullisRef02 auto

Loading…
Cancel
Save