getTokenImage

From RPTools Wiki
Revision as of 10:56, 22 August 2012 by Wolph42 (talk | contribs)
Jump to navigation Jump to search

getTokenImage() Function

Returns the asset id of the image for the for the Current Token.

Usage

[h: assetId = getTokenImage(size)]

Examples

To display the image for the current token.
<img src='[r:getTokenImage()]'></img>

To get the image of any token using its id and the token roll option.

[h, token(tokenId): imgAsset = getTokenImage()]
see also: getImage (which you can give the ID as parameter)