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