Fixed Yaela getting stuck in front of the Starling tablet with directions, when the scouting party has weapons out

This commit is contained in:
Eddoursul 2021-11-27 21:40:20 +01:00
parent eeddb1da36
commit b27578e16a
3 changed files with 17 additions and 0 deletions

BIN
NexusTower scene fix.esp Normal file

Binary file not shown.

BIN
scripts/TIF__00137F38.pex Normal file

Binary file not shown.

View File

@ -0,0 +1,17 @@
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname TIF__00137F38 Extends TopicInfo Hidden
;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
; Band-aid for Yaela getting stuck if the scouting party has weapons out
_00E_MC_YaelaREF.ResetAI()
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
Actor Property _00E_MC_YaelaREF Auto