Im very new to this so im kinda bad. Bat this Script works fine to dispell itself bat not the party. I have not heard of boolean what is that?
So i need to put cleanse = "no" to cleanse = "yes" ?
Hi, i cant get my retri palladins in my party to dispell ather party mebers. Can any one help me?
Lua script:
cleanse = "no"
for i=1, 40 do
local _, _, _, _, dtype = UnitDebuff("player",i)
if dtype == "Disease" or dtype == "Poison" or dtype == "Magic"
then
cleanse = "yes"
end
end