25 lines
686 B
Plaintext
25 lines
686 B
Plaintext
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
|
|
;NEXT FRAGMENT INDEX 0
|
|
Scriptname TIF__0102E1EA Extends TopicInfo Hidden
|
|
|
|
;BEGIN FRAGMENT Fragment_0
|
|
Function Fragment_0(ObjectReference akSpeakerRef)
|
|
Actor akSpeaker = akSpeakerRef as Actor
|
|
;BEGIN CODE
|
|
_00E_QuestFunctions.EnableDialogueQuitting()
|
|
If NQ25.GetStage() < 7
|
|
NQ25.SetStage(7)
|
|
NQ25.SetObjectiveDisplayed(10, 0, 0)
|
|
NQ25.SetObjectiveDisplayed(20, 1, 1)
|
|
_00E_NQ25_TalkedToMarius.SetValueInt(1)
|
|
EndIf
|
|
;END CODE
|
|
EndFunction
|
|
;END FRAGMENT
|
|
|
|
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
|
|
|
|
Quest Property NQ25 Auto
|
|
|
|
GlobalVariable Property _00E_NQ25_TalkedToMarius Auto
|