mob/proc/RefreshGrids()
var/i = 1
for(var/obj/KIDOU/S in src.skills)
src << output(S, "Main.Skills_Grid:[i],1")
i++
Problem description:
Nothing shows up in the grid, I've tested it by adding a /obj/KIDOU/Sho object to src.skills at Login...but nothing.
Please help! Thanks in advance!
~Hi1