23 lines
694 B
Plaintext
23 lines
694 B
Plaintext
|
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
|
||
|
;NEXT FRAGMENT INDEX 2
|
||
|
Scriptname TIF__00119B65 Extends TopicInfo Hidden
|
||
|
|
||
|
;BEGIN FRAGMENT Fragment_1
|
||
|
Function Fragment_1(ObjectReference akSpeakerRef)
|
||
|
Actor akSpeaker = akSpeakerRef as Actor
|
||
|
;BEGIN CODE
|
||
|
NQ12Key.Enable()
|
||
|
GetOwningQuest().SetStage(25)
|
||
|
GetOwningQuest().SetObjectiveDisplayed(20)
|
||
|
GetOwningQuest().SetObjectiveCompleted(10)
|
||
|
_00E_RhetorikCounter.SetValueInt(_00E_RhetorikCounter.GetValueInt()+1)
|
||
|
;END CODE
|
||
|
EndFunction
|
||
|
;END FRAGMENT
|
||
|
|
||
|
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
|
||
|
|
||
|
ObjectReference Property NQ12Key Auto
|
||
|
|
||
|
GlobalVariable Property _00E_RhetorikCounter Auto
|