getTokenPortrait

From RPTools Wiki
Revision as of 18:20, 8 January 2009 by Craig (talk | contribs) (New page: ==Function getTokenPortrait== Returns the asset id of the portrait image for the for the Current Token. ===Usage=== <source lang="mtmacro" line> [h: assetId =...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function getTokenPortrait

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

Usage

[h: assetId = getTokenPortrait()]


Examples

To display the image for the current token.

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