Tracking.lua 405 B

1234567891011121314
  1. --[[
  2. Script Name : Spells/Commoner/Tracking.lua
  3. Script Author : John Adams
  4. Script Date : 2013.11.22 09:11:05
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Tracks a selected target, causing a trail to appear that leads to their location.
  10. function cast(Caster, Target)
  11. ToggleTracking(Caster)
  12. end