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.
 
 
 

23 lines
549 B

Scriptname _00E_A1_FireArrowFXSC extends ObjectReference
Event OnInit()
Self.PlaceAtMe(_00E_BottleExplosionNoSound, 1)
if PlayerREF.HasSpell(_00E_Affinity_AbWayfarer)
Utility.Wait(0.1)
_00E_MAGBottleBreak.Play(Self)
Self.PlaceAtMe(_00E_A1_FireArrowWayfarerExp)
EndIf
Utility.Wait(0.5)
Self.Delete()
EndEvent
Explosion Property _00E_BottleExplosionNoSound Auto
Explosion Property _00E_A1_FireArrowWayfarerExp Auto
Spell Property _00E_Affinity_AbWayfarer Auto
Sound Property _00E_MAGBottleBreak Auto
Actor Property PlayerREF Auto