Image on a grid. in Developer Help
|
|
Code:
world mob = /mob/test mob test icon='test.dmi' icon_state="testing" Login() testproc() proc testproc() var/i=1 winset(src,"Vitals",{"current-cell="1,[i++]""}) src<<output("<IMG CLASS=icon SRC=[src.icon] ICONSTATE='[src.icon_state]'>","Vitals")
|
Problem description: Image does not show in Grid. I am trying to get an image to show up on a grid, any suggestions?
|
Lummox JR