Image Token: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
==Image Token==
==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 [[Map:map|map]] and you can use functions such as [[getImage|getImage()]] to search through all of the [[Map:map|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 [[Token:visible to player|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:campaign file|campaign file]].
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 [[Map:map|map]] and you can use functions such as [[getImage|getImage()]] to search through all of the [[Map:map|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 [[Token:visible to player|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:campaign file|campaign file]].
==See Also==
* [[Token|MapTool Tokens]]
* [[Token Types]]
* [[Library_Token|Library Token]]
* [[Image_Token|Image Token]]
* [[TokenTool QuickStart|TokenTool QuickStart Guide]]
* [[Introduction_to_Tokens|Introduction to Tokens]]
[[Category:Token]]
[[Category:Token]]

Revision as of 14:25, 13 December 2019

 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.

See Also