WardensGentleReminder.lua 339 B

12345678910111213
  1. --[[
  2. Script Name : Spells/Commoner/WardensGentleReminder.lua
  3. Script Author : neatz09
  4. Script Date : 2020.09.07 09:09:56
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, Anim)
  9. --Needs to perform camera shake and a timer to cancel the animation.
  10. PlayAnimation(Target, Anim)
  11. end