Any tips for buying items from a shop? I just need someone to point me in the right direction. Thanks!
EDIT: Nevermind, got it working!
Solution;
Interfaces.newQuery().containedItem(ItemDefinition.getNamePredicate("Item name")).results();
Okay guys, let's say i want to find the interface id of the wilderness warning that says "Enter wilderness" and "Don't go" how do i do that? How can i find the id of both buttons too? Any help will be greatly appreciated!
EDIT: nevermind, i just used Devkit++ and found it for anyone that...