When i add this on cavebot without LUA setup it does work but when i remove local SKIP_DL= true from action cavebot and put it on LUA setup it doesn't work
what am i doing wrong?
what am i doing wrong?
local SKIP_DL = true
if (SKIP_DL== true)
then gotolabel ('LeaveDragonLord')
end