Jump to content

How to sell the whole amount of an item in the GE?


Recommended Posts

Posted (edited)
1 hour ago, trainux said:

Yeah! good idea to solve the amount.

Thank you thank you very much. Solved.

Or, u can just select the item whenever ge is open, assuming its note/stacked, it would automatically set the amount in ge to full.

if(item != null){
	//checks and etc.
  	if(item.interact()){
		//conditionalsleep
    }
}

 

Edited by progamerz
  • Like 1
Posted (edited)
On 6/23/2018 at 2:19 AM, progamerz said:

Or, u can just select the item whenever ge is open, assuming its note/stacked, it would automatically set the amount in ge to full.


if(item != null){
	//checks and etc.
  	if(item.interact()){
		//conditionalsleep
    }
}

 

Thanks :D

Edited by trainux
  • Like 1

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