Hey guys.
I have entered this script in hopes that I can move the right action bar above the other 2 that I use and make it horizontal. It did not work and it screw those 2 bars up.
This is the script:
/run for i,v in ipairs{“Left”,“Right”} do for i = 2, 12 do local n = “MultiBar”…v…“Button” local btn = _G[n…i] btn:ClearAllPoints() btn:SetPoint(“LEFT”, n…i - 1, “RIGHT”, 6, 0) end end
How can I revert it?