ID
From Roll20 Wiki
(Redirected from Id)
Page Updated: 2022-04-19 |
This article is a stub. |
Disambiguation page for "ID" |
Macros
-
token_id
- unique for each token.@{selected|token_id}
- If you copy& paste a token, the duplicate has a new ID
- When you drag the default token from your Character to the map, each of them will get a unique id
-
character_id
- unique for each Character.@{selected|character_id}
(if token linked to sheet)- RowID - unique ID for a specific row in a Repeating Section
- RowIndex
- Pseudo-Attributes
Character & Token ID Lookup Macro by Andreas J.
- If token isn't linked to a character, it will give error on char id & name.
Char & Token:
&{template:default} {{name=**Character & Token ID**}} {{**Character Name**=@{selected|character_name} }} {{**Character ID**= @{selected|character_id} }} {{**Token Name**=@{selected|token_name} }} {{**Token ID**= @{selected|token_id} }}
Token Only:
&{template:default} {{name=**Token ID**}} {{**Token Name**=@{selected|token_name} }} {{**Token ID**= @{selected|token_id} }}
API
This section is about a Roll20 feature exclusive to Pro-subscribers (and often to players in a Game created by a Pro-subscriber). If you'd like to use this feature, consider upgrading your account. |