eimxas999 Posted November 28, 2018 Posted November 28, 2018 Hello,so i can't seem to do one thing,i am trying to buy an item with a widget,by calling it and interacting but nothing happens,what i tried to do is: widgets.interact(465, 24 ,53, "+5%");
jca Posted November 28, 2018 Posted November 28, 2018 Show us all of your code so we can help If the widget exists just call getWidgets().get(465, 24, 53).interact() 1
eimxas999 Posted November 28, 2018 Author Posted November 28, 2018 35 minutes ago, jca said: Show us all of your code so we can help If the widget exists just call getWidgets().get(465, 24, 53).interact() atm just trying to do a simple thing, take a random item and make that item price +5% , that's how i make scripts, by parts. so there isnt pretty much "all of my code" i take parts,and this is beginning of what i want to do :_) on topic: it helped,thank you,a little thing i thought i tried this , but apparently not thank you again