ID:139937
 
Code:
mob
proc
techupdate()
var/Beam/Techs/specialbeamcannon=new()
skillz+=specialbeamcannon
src << output(skillz,"techs:techgrid:1,1")


Problem description:

What could possible be wrong here.i dont see anything on my grid.
Have you got the grid set to "flexible list of entries"? if not set that.

Then check the grid name to be sure your typing it right.

and if that doesn't work (i doubt this is the case but try editing "techs:techgrid:1,1" to "techgrid:1,1")

You can't output a list to a grid like that, at best its just going to show "/list"
In response to Midgetbuster
nope still no success
In response to Falacy
Is there another alternative to this?
In response to Ngeneration
You have to manually loop through the list and output each entry to a new cell as far as I know
In response to Ngeneration
Then you just have to manually loop through each item of the list and display it to the grid just as Falacy said.