ScriptName TIF__0103178A Extends TopicInfo hidden ;-- Variables --------------------------------------- ;-- Properties -------------------------------------- MiscObject Property _00E_MQ07AlteSteintafel Auto ;-- Functions --------------------------------------- ; Skipped compiler generated GetState ; Skipped compiler generated GotoState Function Fragment_1(ObjectReference akSpeakerRef) Actor akSpeaker = akSpeakerRef as Actor Game.GetPlayer().RemoveItem(_00E_MQ07AlteSteintafel as Form, 1, False, None) Self.GetOwningQuest().SetObjectiveCompleted(101, True) akSpeaker.AddItem(_00E_MQ07AlteSteintafel as Form, 1, False) EndFunction