- Joined
- May 27, 2016
- Messages
- 745
- Thread Author
- #21
You did it when it showed the LoopingBot part?It should have put a import... in the top
ya thats what i did
i get errrs now
JavaScript:
package com.chris121.bots.testbot;
import com.runemate.game.api.script.framework.LoopingBot;
/**
* Created by Chris on 14/02/2017.
*/
public class testbot extends LoopingBot {
@Override
public void onstart (String... args) {
System.out.printlin("This is a bot and it sucks");
}
}
Error8, 8) java: com.chris121.bots.testbot.testbot is not abstract and does not override abstract method onLoop() in com.runemate.game.api.script.framework.LoopingBot