February 7, 20196 yr 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;
February 7, 20196 yr "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.
February 7, 20196 yr 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.
Create an account or sign in to comment