ID:175055
 
Salutations!

I am attempting to create a verb that allows a player to display an image in everyones browser for the world to see. Unfortunatly I always get an X after using the verb. heres the code.


//mob/verb/Show_Image(ico as icon)
// set category ="Play"
// world << browse("")
// world << "[usr] shows [ico]"


Can someone tell what I did wrong
</<>
Well, it's nice to see some politeness in BYOND! As for your problem, you're using browse(), you want to use browse__rsc(), and then browse, I believe...look up browse and browse_rsc in the help window in dream maker, it should set you strait...and as for code on the forums, please use the "dm" tags...it will make everything alot easier for everyone, even you!