All used scripts are accounted for, number of pex files matches the number of psc

This commit is contained in:
Eddoursul 2024-01-16 04:53:08 +01:00
parent b886edf8b5
commit 6817c41ff9
9 changed files with 57 additions and 0 deletions

Binary file not shown.

BIN
scripts/tif__001035a1.pex Normal file

Binary file not shown.

BIN
scripts/tif__0013d050.pex Normal file

Binary file not shown.

BIN
scripts/tif__0013e9ac.pex Normal file

Binary file not shown.

BIN
scripts/tif__0013ead8.pex Normal file

Binary file not shown.

View File

@ -0,0 +1,14 @@
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname TIF__001035A1 Extends TopicInfo Hidden
;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
_00E_PlayerFunctions.GetSympathyControl().ModSympathyNG(akSpeaker, 10)
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment

View File

@ -0,0 +1,14 @@
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname TIF__0013D050 Extends TopicInfo Hidden
;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
EnderalFunctions.DisableDialogueQuitting()
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment

View File

@ -0,0 +1,15 @@
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname TIF__0013E9AC Extends TopicInfo Hidden
;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
_00E_CQC04_Functions CQC04 = GetOwningQuest() as _00E_CQC04_Functions
CQC04.AddMusic()
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment

View File

@ -0,0 +1,14 @@
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname TIF__0013EAD8 Extends TopicInfo Hidden
;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
EnderalFunctions.DisableDialogueQuitting()
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment