setTokenHeight
setTokenHeight() Function
• Introduced in version 1.3b91
This function set the token's image Height in pixels (boundary size).
Usage
setTokenHeight(size, id)
Parameters
size
- grid size of the tokenid
- The token id of the token to set its height
Example
[r: setTokenHeight(300, "Dragon")]
[r: setTokenHeight(150, "Dragon")]