Thank you, Khal.
Quick question, is Mirror mode still recommended or can we use Stealth? The only reason I ask is I've read Mirror mode doesn't really work anymore, but your frontpage for this script still says to use Mirror mode.
Sure, here's a pic:
Right, that's why I'm asking. Trying to make sure it's not that I set up IntelliJ incorrectly, but that it's obfuscation from the library.
I've coded with Eclipse mostly when it comes to Java so still getting my bearings with IntelliJ.
Khal (if I may call you that), if it is obfuscation from the library, could you elaborate on that if you know more?
I'm using Intellij and next to the arguments to functions I have this text: "liliiiliiii : ". For instance, "log("ShrimpBot exiting.");" will show up as "log( liliiiliiii : "ShrimpBot exiting.");".
Or at the end of the onLoop() function it will show up as "return random( liliiiliiii : 2000, liliiiliiii : 4000);".
Does this have something to do with the osbot library or something? My google-fu came up with nothing.