enderalse/source/scripts/_sag_tif__020012da.psc

19 lines
569 B
Plaintext

ScriptName _SAG_TIF__020012DA Extends TopicInfo hidden
;-- Variables ---------------------------------------
;-- Properties --------------------------------------
ReferenceAlias Property Opponent Auto
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
Opponent.ForceRefTo(akSpeaker as ObjectReference)
(Self.GetOwningQuest() as _sag_playcards_mainscript).OpenCardInterface()
EndFunction