I'm just trying to figure out how to display a grid with several columns or rows.
I'd like to make the grid more compact to fit more things inside instead of one long list.
https://i.gyazo.com/af9c70fa49708236db72c05fe4ade8e9.png
Even without using these settings in the grid it should be more compact instead of one row.
HELP PLEASE
This didn't work. Nothing changed.Probably because those settings in my first post are disabled. Why are they disabled? How can I make my skills grid more compact to fight in more rows and/or columns?
mob/verb/redoGrid(columns as num,rows as num) winset(src,"skills_pane","cells='[columns]x[rows]'") |
I hope that helps!