Scriptname _00E_FS_NQR05_PlayerOnLoadSC extends referencealias
{fixes t-pose of the stitched letho}
Event OnPlayerLoadGame()
	
	If FS_NQR05_SC21_TharaelAtChasm.IsPlaying() && FS_NQR05_SC21_LethoStitched.IsEnabled()
		FS_NQR05_SC21_LethoStitched.EnableAI(true)
		Utility.Wait(1)
		FS_NQR05_SC21_LethoStitched.EnableAI(false)
	EndIf

EndEvent 

Actor Property FS_NQR05_SC21_LethoStitched Auto
Scene Property FS_NQR05_SC21_TharaelAtChasm Auto