--Fire rotate sprite to player function fire_init(e) --GravityOff(e) --CollisionOff(e) --Scale(e,300) end function fire_main(e) RotateToPlayer(e) if GetPlayerDistance(e) < 200 then PlaySoundIfSilent (e,0) end end