Jump to content

Santas

Members
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Santas

  1. Thanks, a lot that works. May I also ask why does it work this way and not the other way around?
  2. http://pastebin.com/05ppNaAc Edit : I forgot to mention I changed the id to iron ore where I was standing so I can test the script
  3. It spits out an exception in my face Link to image : http://i.imgur.com/P2kDmOl.png (incase it does not load for you)
  4. How do you pick up grounditems? I did this int feather = 314; GroundItem Feathers = groundItems.closest(feather); if(Feathers != null) Feathers.interact("Take"); Doesn't seem to work, what is the right way to do it?
×
×
  • Create New...