--[[ Script Name : Spells/SprintintoBattle.lua Script Author : neatz09 Script Date : 2020.08.14 03:08:48 Script Purpose : : --]] -- Info from spell_display_effects (remove from script when done) -- Reduces the initial power cost by 30%. -- Increases the base speed of sprint by 10. function cast(Caster, Target) Say(Target, "Hah, nice try! That's not implemented yet!") end