Jueix Posted February 7, 2019 Share 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; Quote Link to comment Share on other sites More sharing options...
Iwin Posted February 7, 2019 Share 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. Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted February 7, 2019 Share Posted February 7, 2019 Don't copy paste other peoples code and you won't get cucked like this. Quote Link to comment Share on other sites More sharing options...
Iwin Posted February 7, 2019 Share Posted February 7, 2019 On 2/7/2019 at 6:32 PM, HeyImJamie said: Don't copy paste other peoples code and you won't get cucked like this. Expand This is true. I've only ever encountered this while looking for snippets. Quote Link to comment Share on other sites More sharing options...