SetRecallPoint.lua 400 B

12345678910111213141516
  1. --[[
  2. Script Name : Spells/Commoner/SetRecallPoint.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.12 09:10:20
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- This effect cannot be cast during combat
  10. function cast(Caster, Target)
  11. Bind(Caster)
  12. Say(Caster, "No Check setup for allowed binds yet")
  13. end