ID:150188
 
1)Can I do a to the TEXT window? How?

2)If 1 is not doable, then how would I send a to the browser window?

I'm setting this up as a verb for nice JPG maps of the cities when your in them, later to be replaced if you have that map.

LJR
You would have to wisely use the browse() proc like

obj/Man
icon='man.dmi'
Click()
usr<<browse("<img src=man.jpg>")//That will only work if you have "man.jpg" in your game's directory.