--[[ Script Name : Spells/Commoner/FallingGrace.lua Script Author : neatz09 Script Date : 2020.08.14 11:08:39 Script Purpose : : --]] -- Info from spell_display_effects (remove from script when done) -- Reduces maximum falling speed of caster -- You cannot use this spell while riding on a mount. function cast(Caster, Target) Say(Target, "Hah, nice try! That's not implemented yet!") end