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.
ID:139937
Jul 11 2010, 7:14 pm
|
|
Code:
mob Problem description: What could possible be wrong here.i dont see anything on my grid. |
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.
|
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")