1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
569 B

ScriptName _SAG_TIF__02002903 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