eq2emu-content/Spells/Commoner/WardensGentleReminder.lua
2024-10-26 11:37:28 +00:00

13 lines
339 B
Lua
Executable file

--[[
Script Name : Spells/Commoner/WardensGentleReminder.lua
Script Author : neatz09
Script Date : 2020.09.07 09:09:56
Script Purpose :
:
--]]
function cast(Caster, Target, Anim)
--Needs to perform camera shake and a timer to cancel the animation.
PlayAnimation(Target, Anim)
end