macros:Functions:getStateImage
Function getStateImage
Returns the asset id for the image that is used to represent the specified token state.
Usage
[h: assetId = getStateImage(stateName)]
Examples
To display the image for the "Dead" token state use.
<img src='[r:getStateImage("Dead")]'></img>