mob/proc/UpdateAbilities()
var/abilities = 0
for(var/obj/O in src)
winset(src, "abilites-pane.abilities", "current-cell=[++abilities]")
src << output(O, "abilities-pane.abilities")
winset(src, "abilities-pane.abilities", "cells=[abilities]") // cut off any remaining cells
Ah and I almost forgot.. I was also wondering how user stats and text can be sent to a grid as well, thanks for the help in advance everyone.
-Zekk