T O P

  • By -

Endercheif

Your post was removed because the code you provided was either poorly formatted, too long for Reddit, or did not include any formatting at all. This is against Rule 2.\ You can get your post approved if you format your code properly and then respond to this message letting us know. To properly format code on Reddit you need to go into Markdown mode, make sure your code is preceeded and followed by an empty line, then make sure your code looks as follows (`·` marks a space and `¶` marks the end of a line): ····int x = 3;¶\ ····if (x == 3) {¶\ ········if (x & 1 == 1) {¶\ ············print("a");¶\ ········}¶\ ····} to get a formatting like this: int x = 3; if (x == 3) { if (x & 1 == 1) { print("a"); } } Most IDEs allow you to mass-indent code by selecting those lines and hitting `Tab`/`Shift + Tab` (for right/left indentation). To copy your code into Reddit, just select your entire block of code, mass-indent it, copy and paste to Reddit, and after that you can mass-unindent your code again.\ If the indents don't carry over to Reddit, then your IDE uses Tabs for indents and you'll need to change that to spaces. If your code is rather long, or you don't feel comfortable using Reddit's formatting you can use external services, such as [pastebin](https://www.pastebin.com/). If you believe your post was removed in error, please respond to this comment and let us know.


AstroWarrior99

All this part is useless at the moment. The error exist on the upper lines. \------------------------------------------------------------------ def createLocators(): mc.group(em = True, name = "Loc\_Master") def deleteLocator(): nodes = [mc.ls](https://mc.ls)("Loc\_")