herolab.refresh

From RPTools Wiki
Revision as of 18:35, 5 March 2019 by Phergus (talk | contribs) (Created page with "{{MacroFunction |name=herolab.refresh |trusted=true |version=1.5 |description= Refresh the Hero Lab data associated with this token. This will update the statblock and stored...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

herolab.refresh() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.5
Refresh the Hero Lab data associated with this token. This will update the statblock and stored images. It will also refresh the token's images (just like when the token is created). The token's base Image from the first image in Hero Lab, the token's Portrait from the second image in Hero Lab, and the tokens' Handout image from the 3rd image in Hero Lab.

Usage

herolab.refresh()
herolab.refresh(id)

Parameters

  • id - The id of the token. Defaults to the Current Token.

It will return a 1 if successful, otherwise it will return a 0.

Example

Get the boolean value of the refresh flag in the Hero Lab data.
[r: success = herolab.refresh()]

Returns:

0 or 1

See Also

Version Changes

  • 1.5 - Added to main MapTool build.