Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Cant implement methods for "extends LoopingScript {}"

Joined
Mar 7, 2016
Messages
54
Im trying to implement methods for this line of code: "
public class Tutorial_Bot extends LoopingScript {}" but the option doesnt come up, just says duplicate class and cant resolve symbol.
 
Misfits
Joined
Nov 21, 2016
Messages
1,538
Im trying to implement methods for this line of code: "
public class Tutorial_Bot extends LoopingScript {}" but the option doesnt come up, just says duplicate class and cant resolve symbol.
LoopingScript is deprecated
use LoopingBot
 
Joined
Mar 7, 2016
Messages
54
`LoopingScript{}` is deprecated
use `LoopingBot`

Umm. that worked but i just noticed that following @Party s tutorial which might be a bit outdated that when i write that it still does not give me an option to implement methods and i dont see the api.script.framework line of code anywhere on my page.
 
Top