Wrap a room link around an image?

Jamie Furlong
22 Aug 2018, 10:10

Just wondered if it's possible to display an image as a link to a room with no text displayed?


Pertex
22 Aug 2018, 12:01

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?


mrangel
22 Aug 2018, 12:21

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.


Jamie Furlong
23 Aug 2018, 05:20
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.