ID:1533286
 
is it me or does it seem pointless to put the number of rows/columns in a grid cause if you add items it just adds em vertically and keeps going regardless of the horizontal boxes beside it and if i put it to flexible it just fits as many as it can across and negates the row/column numbers so what is the point of the row/column input if it does do anything of the sort aside form making visable pointless boxes?
Are you outputting the object by specifying both the column and row, or just the row?
how would i kno if im just doing the row?
When you set the current cell, or in output(object, "grid:...") you should be giving two numbers.
well thing is it has 1,then the code for the object from the list to be added so im not entirely sure how id add both thing?
usr << output(O,"Inventory.Inv:1,[usr.skills2.Find(O)]")


how do i fix it if this isnt right
This is read as "Element:Column,Row".

You need to change the Column to advance in columns, and the Row to advance in row.


For example, the X would be in 2,2:
OO
OX

For example, the X would be in 1,2:
OO
XO

For example, the X would be in 2,1:
OX
OO