#request close - i got it working

02/18/2010 01:22 Decker_#1
#request close
nevermind i got it working
02/18/2010 01:24 ArtOfWar#2
Whats wrong with it? Does it get errors?

#Edit
Try changing this "if (GC.MyChar.Inventory.Count < 29)
"
To "if (GC.MyChar.Inventory.Count < 39)
"

Not sure if it will work
02/18/2010 01:27 spare2#3
An inventory has 40 slots.
Change the inventory check to
Code:
MyChar.Inventory.Count <= 39
02/18/2010 02:25 ArtOfWar#4
Quote:
Originally Posted by spare2 View Post
An inventory has 40 slots.
Change the inventory check to
Code:
MyChar.Inventory.Count <= 39
Thats what i said
02/18/2010 02:45 Arcо#5
Quote:
Originally Posted by ArtOfWar View Post
Thats what i said
But only thing is his checks if it is less than or equal to.
Yours checks just for less than.
02/18/2010 02:52 Decker_#6
Quote:
Originally Posted by ArtOfWar View Post
Whats wrong with it? Does it get errors?

#Edit
Try changing this "if (GC.MyChar.Inventory.Count < 29)
"
To "if (GC.MyChar.Inventory.Count < 39)
"

Not sure if it will work
Dude, this didn't even help me.
I did something else to fix the problem so go edit your other post saying thay spare copied what you said and you helped me, because this solution had no meaning to me at all and this is not what I used to fix the problem.
Thanks!
02/18/2010 09:35 Huseby#7
#Closed