Jump to content

A simple Bone burier


Recommended Posts

Posted

No problem happy.png

 

 

So, I think that I'm going to stick closer to apaec's code while incorporating the having a full method then burying you used. Simply because the code that you wrote is missclicking alot(attacking, picking up other random stuff) and since i'm still newer to this I think i'll try to figure out why. 

 

 

next goal: 

printing exp/hr

Posted (edited)

So, I think that I'm going to stick closer to apaec's code while incorporating the having a full method then burying you used. Simply because the code that you wrote is missclicking alot(attacking, picking up other random stuff) and since i'm still newer to this I think i'll try to figure out why. 

 

 

next goal: 

printing exp/hr

 

That is probably because I didn't put in anything for bones.interact();

 

You need to specifiy the pick up action like bones.interact("Take"); To prevent it from clicking other stuff

 

Edit: I fixed it

Edit2: I also didn't really think about it, the bones when on the ground wont have the action "Bury", so I changed the filter

Edited by Explv
Posted

That is probably because I didn't put in anything for bones.interact();

 

You need to specifiy the pick up action like bones.interact("Take"); To prevent it from clicking other stuff

 

Edit: I fixed it

Edit2: I also didn't really think about it, the bones when on the ground wont have the action "Bury", so I changed the filter

 

O ok. so it was only seeing "Bones" and not "Take"

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...