mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
12 lines
264 B
Lua
Executable file
12 lines
264 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/GenericAnimation.lua
|
|
Script Author : neatz09
|
|
Script Date : 2020.09.06 06:09:23
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
|
|
function cast(Caster, Target, Anim)
|
|
PlayAnimation(Target, Anim)
|
|
end
|