Removed a single use of GetAliasByName
This commit is contained in:
parent
8d9506695c
commit
de5bf15227
BIN
Remove GetAliasByName.esp
Normal file
BIN
Remove GetAliasByName.esp
Normal file
Binary file not shown.
Binary file not shown.
@ -95,7 +95,7 @@ EndFunction
|
||||
Function ReturnToSelection(bool _bReturnToSelection)
|
||||
|
||||
If _bReturnToSelection
|
||||
((Self as Quest).GetAliasByName("HorseFlute") as _00E_HorseFlute_SC).PrepareTeleport()
|
||||
HorseFlute.PrepareTeleport()
|
||||
EndIf
|
||||
|
||||
EndFunction
|
||||
@ -167,6 +167,7 @@ Message Property _00E_NQ06_RenameMountSelection Auto
|
||||
ReferenceAlias Property PlayerHorse Auto
|
||||
ReferenceAlias Property Bonni Auto
|
||||
ReferenceAlias Property FS_NQR05_FatherShadow Auto
|
||||
_00E_HorseFlute_SC Property HorseFlute Auto
|
||||
|
||||
Armor Property _00E_HorseFlute_New Auto
|
||||
|
||||
@ -175,4 +176,4 @@ Faction Property ArkYrintoMerchantFaction Auto
|
||||
|
||||
Message Property _00E_HorseName Auto
|
||||
Message Property _00E_MuleName Auto
|
||||
Message Property _00E_FathersShadowName Auto
|
||||
Message Property _00E_FathersShadowName Auto
|
||||
|
Loading…
Reference in New Issue
Block a user