ID:140221
 
Code:
mob
verb
newcharacter()
set hidden=1
set category="Skinverbs"
winshow(usr,"main",0)
winshow(usr,"newcharacterwin",1)
winshow(usr,"loginwin",0)
src << output('male-white.dmi', "grid1")
src << output('female-white.dmi', "grid2")
src << output('BEBI1.dmi', "race1")
src << output('bioandroid-one.dmi', "race2")
src << output('biocell1.dmi', "race3")
src << output('buu.dmi', "race4")
src << output('changling_koola.dmi', "race5")
src << output('Demon First form.dmi', "race6")
src << output('male-white.dmi', "race7")
src << output('namek-dark.dmi', "race8")
src << output('Form1.dmi', "race9")


Problem description:
This verb creates, icons on grids for the new character but these icons wont appear on the grid.
You didnt specify the row and the colum in the grid
src<<output("","Grid-name:row,colum")
In response to Abrax
I thought that was not necessary, because i only wanted one picture in the whole grid.
In response to Abrax
Abrax wrote:
You didnt specify the row and the colum in the grid
src<<output("","Grid-name:row,colum")
        newcharacterdata()
src << output('BEBI1.dmi', "race1:1,1")
src << output('bioandroid-one.dmi', "race2")
src << output('biocell1.dmi', "race3")
src << output('buu.dmi', "race4")
src << output('changling_koola.dmi', "race5")
src << output('Demon First form.dmi', "race6")
src << output('male-white.dmi', "race7")
src << output('namek-dark.dmi', "race8")
src << output('Form1.dmi', "race9")

I dont plan on using cells or rows in my grids. I just want the icon inside.I am i using the right control for this, because i dont see anything?