4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
509 B

Scriptname _00E_FS_NQ01_PlayerLocSC extends ReferenceAlias
Event OnLocationChange(Location akOldLoc, Location akNewLoc)
If _00E_ClassMenuLocation == NONE
_00E_ClassMenuLocation = Game.GetFormFromFile(0x0005BD1F, "Skyrim.esm") as Location
EndIf
If akNewLoc == FS_NQ01_QyraLoc && akOldLoc != _00E_ClassMenuLocation
FadeToBlackHoldImod.Apply()
EndIf
EndEvent
ImageSpaceModifier Property FadeToBlackHoldImod Auto
Location Property FS_NQ01_QyraLoc Auto
Location Property _00E_ClassMenuLocation Auto