futurepasts Posted February 5, 2016 Posted February 5, 2016 Hello so i watched Sumo's task based system tutorial but it wasn't really good then i saw Villius post and fixed my project but then problem arrives with sleep since i can't use it example : script.sleep(200); then i need to add throws expection and after it shit happends Maybe sombody could help me ? Explained in gif
Flamezzz Posted February 5, 2016 Posted February 5, 2016 I suggest you read the following to get an idea of what you're doing:https://docs.oracle.com/javase/tutorial/essential/exceptions/ https://docs.oracle.com/javase/tutorial/essential/concurrency/sleep.html There's also more essential Java stuff on the oracle website. Also, it's kind of annoying (at least for me) to look at a gif. Please copy-paste the classes if you still need help.
Saiyan Posted February 5, 2016 Posted February 5, 2016 umm read some java tuts lol if u wanna do task/nodes i think there was a tut by booch or something and he provides skeleton code with it aswell