12345678910111213 |
- --[[
- Script Name : Spells/Commoner/GazeofErollisi.lua
- Script Author : neatz09
- Script Date : 2020.11.01 06:11:42
- Script Purpose :
- :
- --]]
- -- Expresses your love for another.
- -- If facing target
- function cast(Caster, Target)
- Say(Caster, "Needs a function to check direction")
- end
|