Jueix Posted February 7, 2019 Posted February 7, 2019 so I'm getting errors after I installed Eclipse again after uninstalling due to getting mad at a script I was making (Now have to re-make this script again). Multiple markers at this line - The left-hand side of an assignment must be a variable - Syntax error on token "Invalid Character", delete this token - Syntax error, insert "AssignmentOperator Expression" to complete Expression - Syntax error, insert ";" to complete BlockStatements code in bot for error is private String[] EquipmentName = {"Rune Arrows"}; and I have import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.api.ui.Skill; import org.osbot.rs07.utility.ConditionalSleep; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.util.Arrays;
Iwin Posted February 7, 2019 Posted February 7, 2019 "Invalid Character" You have an invalid whitespace character. You're going to need clear all the whitespace near the error area. It's usually easier to rewrite that line.
HeyImJamie Posted February 7, 2019 Posted February 7, 2019 Don't copy paste other peoples code and you won't get cucked like this.
Iwin Posted February 7, 2019 Posted February 7, 2019 5 minutes ago, HeyImJamie said: Don't copy paste other peoples code and you won't get cucked like this. This is true. I've only ever encountered this while looking for snippets.