Eddoursul
c962d74861
- Fixed the explanation scene getting stuck if Tealor is not on his marker. - Fixed Papyrus out-of-bounds errors due to non-matching count of keepers and quest aliases. - Fixed the apothecary missing during interrogation because he, well, went home. - Fixed additional spectators never arriving to Tealor's speech. - Fixed CTD while talking to Tealor in his chamber. - A few more minor tweaks.
19 lines
569 B
Plaintext
19 lines
569 B
Plaintext
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
|
|
;NEXT FRAGMENT INDEX 3
|
|
Scriptname PF_MQ14_SC06_ToriusStandStil_0003C597 Extends Package Hidden
|
|
|
|
;BEGIN FRAGMENT Fragment_2
|
|
Function Fragment_2(Actor akActor)
|
|
;BEGIN CODE
|
|
MQ14_SC06_FlammentrunkREF.MoveTo(MQ14_SC06_TraitorRef)
|
|
MQ14_SC06_FlammentrunkREF.SetLookAt(MQ14_SC06_TraitorRef)
|
|
;END CODE
|
|
EndFunction
|
|
;END FRAGMENT
|
|
|
|
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
|
|
|
|
Actor Property MQ14_SC06_FlammentrunkREF Auto
|
|
|
|
Actor Property MQ14_SC06_TraitorRef Auto
|