Ordush
Elite user
-
Joined
-
Last visited
Solutions
-
Ordush's post in How to make new lines in lua script? was marked as the answerSo yeah on WRobot you need to use \\ instead of \ :P So my example:
I am
not
Alone?
Would be "I am".."\\n".."not".."\\not".."Alone?"
-
Ordush's post in Lua not working in fight class editor was marked as the answerAfter hours and hours of doing this and that, i finally figured the error lies within wrobot. Apparently it dones't translate \\ into /
So as soon as i changed
StatusFrame:SetBackdrop({bgFile = "Interface\\Buttons\\WHITE8X8",}); into
StatusFrame:SetBackdrop({bgFile = "Interface/Buttons/WHITE8X8",}); Everything worked.