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</<>