Jump to content

Scripting Help :(


Recommended Posts

Posted

Pretty much what eric said. It will take you two or so weeks to be able to know what you need to write a very basic script. I guess an example would be:

Entity tree = objects.closest("Tree");
if(tree!=null&&!myPlayer().isAnimating())
tree.interact("Chop-down");

That's like stuff you'll learn in two or three java tutorials.

Posted

I see.....i thought i was supposed to read a few tutorials and be a master wizard. i dont want anyone to write a script for me lol. just was asking if anyone would be willing to yes help me write a basic script. not to help me write a hunter script or anything money benefitial. thanks for the advice

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...