getTokenImage

From RPTools Wiki
Revision as of 23:50, 1 December 2008 by Craig (talk | contribs) (New page: ==Function getTokenImage== Returns the asset id for the for the current Token:token. ===Usage=== <source lang="mtmacro" line> [h: assetId = getTokenImage()] </source> ===Examp...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function getTokenImage

Returns the asset id for the for the current token.

Usage

[h: assetId = getTokenImage()]


Examples

To display the image for the current token.

<img src='[r:getTokenImage()]'></img>