getImage
getImage() Function
• Introduced in version 1.3b48
Usage
getImage(name)
Example
To display the image from an image token called
image:Map
you can do the following:
<img src="[r: getImage('image:Map')]"></img>
Note that an Image Token can be retrieved from ANY map (so it does NOT have to be on the current map).
Alternatively this can be used to retrieve a normal token, which MUST be on the same map:
<img src="[r: getImage('Dragon')]"></img>
See Also
getTokenImage (which you can give the size as parameter)