Just wondered if it's possible to display an image as a link to a room with no text displayed?
Simple way to do it with the textprocessor:
{command:go south:{img:test.jpeg}}
but you don't want to get the text output 'go south' when you click the image?
The easiest way I can think of is using ShowMenu, with a script that sends you to a room based on the option chosen. I'm pretty sure that using it with a dictionary, you could put {img: or similar in the text to be displayed.
Simple way to do it with the textprocessor:
{command:go south:{img:test.jpeg}}
but you don't want to get the text output 'go south' when you click the image?
That is exactly what I am after, Pertext, thank you. My script is such that the text output never appears so when they click the image it clears the screen anyway. This opens up a whole load of possibilities. Brilliant.