Hello.
After a while away, quitting my first script as it got me really wound up, I thought I'd start again.
I'm needing to do some stuff with the g.e to sell items in my inventory. So I'm just trying to figure how to go about it. (I've never been good at coding as my brain isn't "working" properly)My maths took me 3 times to pass, as I struggled with the algebra. So understanding things may take several tries etc.
I don't want to bombard with questions to the point where you'd be writing the script as I want to try and learn/understand the stuff myself, although I'm finding it hard understanding what needs to be written to do what.
I also have LOTS of questions with regard to some stuff...
For instance.
How can I write the buy/sell prices that my items buy/sell for? Perhaps by switching tab and using some method to read the first line of the history?
I'll be using the below to sell my item
Also I was wondring if it'd work by putting in "-10" for -10% or can It only do -5%?Code:procedure sellitem
begin
grandExchange.sellItem(1, '-10', 'all', true, 80000);
end;
Will add more tomorrow. I'm tired @6am better get some sleep, my english probably makes 0 sense im that tired.

