transferVBL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
|proposed=false | |proposed=false | ||
|trusted=true | |trusted=true | ||
|version=1. | |version=1.4.2.0 | ||
|description=directly transfers vbl from token to normal VBL if true, otherwise it transfers from VBL to token | |description=directly transfers vbl from token to normal VBL if true, otherwise it transfers from VBL to token | ||
Revision as of 21:36, 10 August 2017
transferVBL() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.4.2.0
directly transfers vbl from token to normal VBL if true, otherwise it transfers from VBL to token
Usage
transferVBL(value, id)
This function can be used to transfer TOKEN VBL to NORMAL VBL or vice versa. Token vbl moves with the token, can be set under the VBL tab on the token edit menu and is colored YELLOW. Normal vbl is static, can be created with the VBL drawing tools or with the use of VBL functions and is colored BLUE.
Parameters
value
- The value of the setting to set:(1)
- transfer token (yellow) VBL to normal (blue) VBL(0)
- transfer normal (blue) VBL to token (yellow) VBLid
- OPTIONAL: The tokenid
of the token for which you want to set this setting, defaults to the Current Token.
Example:
[h:transferVBL(1, "Dragon")]
[h:transferVBL(0)]