Image Token: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Image Token=== An image Token:token is a Token:token whose name starts with the string "image:" -- case is not important. These Token:tokens can appear on any Map:map...) |
No edit summary |
||
(14 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
==Image Token | {{Languages|Image Token}} | ||
An image | {{stub}} | ||
==Image Token== | |||
An image token is a [[Token]] whose name starts with the string "image:" -- case is not important. These [[Token|token]]s can appear on any [[Introduction to Mapping|map]] and you can use functions such as [[getImage|getImage()]] to search through all of the [[Introduction to Mapping|map]]s to find the [[Token|token]] and return the [[Asset ID|asset id]] for the [[Token|token]]'s image. The [[Image Token|image token]] does not have to be owned by a player to be used but the [[Introduction_to_Tokens#Visible_to_Players|visible to player]] flag must be set. You can not have more than one [[Image Token|image token]] with the same name in a [[Campaign File|campaign file]]. | |||
==See Also== | |||
* [[Token|MapTool Tokens]] | |||
* [[Token Types]] | |||
* [[Library_Token|Library Token]] | |||
* [[TokenTool Quickstart|TokenTool QuickStart Guide]] | |||
* [[Introduction_to_Tokens|Introduction to Tokens]] | |||
[[Category:Token]] | |||
{{Languages|Image Token}} |
Latest revision as of 23:59, 4 May 2023
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
Image Token
An image token is a Token whose name starts with the string "image:" -- case is not important. These tokens can appear on any map and you can use functions such as getImage() to search through all of the maps to find the token and return the asset id for the token's image. The image token does not have to be owned by a player to be used but the visible to player flag must be set. You can not have more than one image token with the same name in a campaign file.