Image Token: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{stub}} | {{stub}} | ||
==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 [[ | 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== | ==See Also== |
Revision as of 17:04, 20 April 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.