1234567891011121314151617 |
- --[[
- Script Name : Spells/Commoner/TraverseShadow.lua
- Script Author : neatz09
- Script Date : 2020.07.30 12:07:27
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- Teleports caster to target
- -- This effect cannot be cast during combat
- -- Must not be engaged in combat
- function cast(Caster, Target)
- Say(Target, "Hah, nice try! That's not implemented yet!")
- end
|