Normallan Posted February 20, 2016 Posted February 20, 2016 hey i just read through some tutorials on here, and i have the basic skeleton backbone code in my script, now i am trying to figure out how to add code for mining? no idea what im doing i couldnt find anything really explaining where to pull the basic code lines from. any help appreciated thanks
AresScripts Posted February 20, 2016 Posted February 20, 2016 hey i just read through some tutorials on here, and i have the basic skeleton backbone code in my script, now i am trying to figure out how to add code for mining? no idea what im doing i couldnt find anything really explaining where to pull the basic code lines from. any help appreciated thanks I would start with a Fisher and work your way to a miner. Miners can be kindof tricky to make.
Normallan Posted February 21, 2016 Author Posted February 21, 2016 okay i'm just looking for a video/tutorial explaining the javascripting from the very basics, anything like that on here? where should i look if i've never used either before
FrostBug Posted February 21, 2016 Posted February 21, 2016 okay i'm just looking for a video/tutorial explaining the javascripting from the very basics, anything like that on here? where should i look if i've never used either before Read through the stickies in the tutorials section
Sebastian Posted February 22, 2016 Posted February 22, 2016 okay i'm just looking for a video/tutorial explaining the javascripting from the very basics, anything like that on here? where should i look if i've never used either before Learn Java by YouTube. Get to know If and else statements, for loops, while loops, JavaFX (When you know the basics). A good YouTuber is Thenewboston. Cheers.