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.
 
 
 

14 lines
439 B

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