Added an SKSE check to _00E_HorseFlute_SC
This commit is contained in:
parent
e94716792a
commit
7073fffd70
Binary file not shown.
@ -7,7 +7,7 @@ Scriptname _00E_HorseFlute_SC extends ReferenceAlias
|
||||
; this event registers for the key as soon as the player receives the horseflute in any way
|
||||
; due to being a questobject, it can't be dropped or lost by the player, it also stays in the menu when marked as a favorite
|
||||
Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)
|
||||
If akNewContainer == PlayerREF
|
||||
If (akNewContainer == PlayerREF) && SKSE.GetVersion()
|
||||
RegisterForKey(iMountHotkey)
|
||||
EndIf
|
||||
EndEvent
|
||||
|
Loading…
Reference in New Issue
Block a user