4
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.
 
 
 

15 lines
359 B

Scriptname _00E_MyradFlight_NicoTest extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
; MyMyrad = getLinkedRef() as Actor
utility.wait(1)
MyradFlight_ControlQuest.CallMyrad(MyMyrad, 4)
EndEvent
Actor Property MyMyrad Auto
Quest Property FlightControl auto
_00E_A0_MyradFlightControlQuest Property MyradFlight_ControlQuest Auto