mob
proc
OpenStatsTab()
if(HSO)
winshow(client,"stats",0)
else
for(var/obj/Techniques/O in contents)
winset(client,"techniques.grid1",O)
winshow(client,"techniques",1)
Problem description:
Basically, I'm trying to show the persons techniques in the interface tab, that'll pop up and I'm trying to make it look as organised as possible, can someone help me and tell me how to put Grids in there to make it look neater. ( Will be very appreciated, Thank you a lot. )