mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
13 lines
339 B
Lua
Executable file
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
|