Fixed Yaela getting stuck in front of the Starling tablet with directions, when the scouting party has weapons out
This commit is contained in:
parent
eeddb1da36
commit
b27578e16a
BIN
NexusTower scene fix.esp
Normal file
BIN
NexusTower scene fix.esp
Normal file
Binary file not shown.
BIN
scripts/TIF__00137F38.pex
Normal file
BIN
scripts/TIF__00137F38.pex
Normal file
Binary file not shown.
17
source/scripts/TIF__00137F38.psc
Normal file
17
source/scripts/TIF__00137F38.psc
Normal 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
|
Loading…
Reference in New Issue
Block a user