GazeofErollisi.lua 339 B

12345678910111213
  1. --[[
  2. Script Name : Spells/Commoner/GazeofErollisi.lua
  3. Script Author : neatz09
  4. Script Date : 2020.11.01 06:11:42
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Expresses your love for another.
  9. -- If facing target
  10. function cast(Caster, Target)
  11. Say(Caster, "Needs a function to check direction")
  12. end