eq2emu-content/Spells/WalkLightly.lua
2024-10-26 11:37:28 +00:00

22 lines
No EOL
379 B
Lua

--[[
Script Name : Spells/WalkLightly.lua
Script Author : dorbin
Script Date : 2024.04.11 03:04:57
Script Purpose :
:
--]]
--[[ Info from spell_display_effects (remove from script when done)
--]]
function cast(Caster, Target)
Stealth(1)
end
function remove(Caster, Target)
RemoveStealth()
end