(http://www.davelgil.com/ags/RON/invissue.gif)
I honestly don't know what's causing this, as I didn't change the default GUI code one iota.Ã, Any advise is appreciated.
According to the manual, inventory item slots are 40x22 big by default. Your item graphics are probably bigger than that, that's why they're overlapping.
Try putting
SetInvDimensions (40, 40);
in the game_start function. Adjust the size to what works best for you.
Yeah, that was happening to me when I created my custom GUI. AS the items were aligning over to the left more than the center.
Just do what Strazer said and use the SetInvDimensions to set them to the size you want.