mob/verb
Show_Picture()
usr << browse_rsc("Agna.PNG,Agna")
usr << browse_rsc("Syan.PNG,Syan")
usr << browse_rsc("Trog.PNG,Trog")
usr << browse_rsc("Jiddi.PNG,Jiddi")
usr << browse("<body bgcolor = black><center><font size = 10><font color = red>Races</font></font> <p><img src=Agna.PNG><br><font color = blue>Agna <p><img src=Syan.PNG><br>Syan <p><img src=Jiddi.PNG><br>Jiddi <p><img src=Trog.PNG><br>Trog</font>")
Doesnt work...I really need some help on this, thank you SOO much in advance!
You have your syntax set up incorrectly. browse_rsc takes 2 arguements an icon and name. The name is in "" not the icon reference (can be a /icon or atom.icon I believe.)