Welcome!

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

Sign up now!

JDocs

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
TaskScript says there's an onLoop method when there isn't.
onLoop()
The script's entry point, all of your logic goes here.

Throughout the jdocs descriptions say 'all' where it should actually say 'and'.

@Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
TaskScript says there's an onLoop method when there isn't.


Throughout the jdocs descriptions say 'all' where it should actually say 'and'.

@Cloud
Gah, it's because TaskScript is built on top of a LoopingScript. Do you have any idea how to make it not inherit?
 
Top