Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local order = config.order.profiles[config.order.selectedProfile]
- local body = "i = 0;order = newtable()"
- if order ~= nil then
- for i = 1, 8 do
- if order["mark"..i] ~= 1 then
- body = body .. format("tinsert(order, %s)", order["mark"..i] - 1)
- end
- end
- print("|cFF00FF00WorldMarkerCycler - The profile #" .. config.order.selectedProfile .. " (" .. order.name .. ") has been selected !|r")
- else
- print("|cFFFF0000WorldMarkerCycler - The profile #" .. config.order.selectedProfile .. " doesn't exist !|r")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement