Fixed _00E_MQ08PressurePlate not matching source code
This commit is contained in:
parent
976927b6eb
commit
6215476e88
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
@ -1,11 +1,14 @@
|
|||||||
scriptName _00E_MQ08PressurePlate extends ObjectReference
|
scriptName _00E_MQ08PressurePlate extends ObjectReference
|
||||||
|
|
||||||
event OnTriggerEnter(objectReference triggerRef )
|
event OnTriggerEnter(objectReference triggerRef )
|
||||||
if MQ08_IntoTheDeep.GetStage() == 125 && triggerRef == Game.GetPlayer()
|
if MQ08_IntoTheDeep.GetCurrentStageID() == 125 && triggerRef == Game.GetPlayer()
|
||||||
MQ08_IntoTheDeep.SetStage(130)
|
MQ08_IntoTheDeep.SetCurrentStageID(130)
|
||||||
Self.Activate(MQ08PortcullisRef)
|
Self.Activate(MQ08PortcullisRef, false)
|
||||||
|
MQ08PortcullisRef.PlayAnimation("Close")
|
||||||
|
MQ08PortcullisRef02.PlayAnimation("Open")
|
||||||
EndIf
|
EndIf
|
||||||
endevent
|
endevent
|
||||||
|
|
||||||
Quest Property MQ08_IntoTheDeep Auto
|
Quest Property MQ08_IntoTheDeep Auto
|
||||||
ObjectReference Property MQ08PortcullisRef Auto
|
ObjectReference Property MQ08PortcullisRef Auto
|
||||||
|
ObjectReference property MQ08PortcullisRef02 auto
|
||||||
|
Loading…
Reference in New Issue
Block a user