I have tried really anything I can think of and I'm lost with how to use winset() or anything to make grids work properly.
How do I make a skin grid show all people who are online?
You would loop through every client and output() their key or mob or whatever you'd like to the grid while keeping track of which row they will appear on with a counter. You should read the skin reference on how to use the output() proc with grids.
var/row = 1 //while keeping track of which row they appear on |
I found the article in question so that might help you locate it quicker (I sure had a hard time with it).