Lothnes Posted August 7, 2014 Share Posted August 7, 2014 (edited) Hey guys, I'm trying to interact with a fishing spot. If I define it as RS2Object spot = objects.closest(SPOT); I can't seem to interact with it, works well with like trees etc. So my question is, how do I define the fishing spot? Do I use something else then the objects? Edited August 7, 2014 by Lothnes Link to comment Share on other sites More sharing options...
Swizzbeat Posted August 7, 2014 Share Posted August 7, 2014 It's an NPC. Link to comment Share on other sites More sharing options...
Lothnes Posted August 7, 2014 Author Share Posted August 7, 2014 Ah okay, that really doesn't make any sense! But thanks Link to comment Share on other sites More sharing options...
Anaesthetic Posted August 7, 2014 Share Posted August 7, 2014 Ah okay, that really doesn't make any sense! But thanks NPC spot = NPCs.nearest("Fishing spot"); Link to comment Share on other sites More sharing options...