setTokenShape

From RPTools Wiki
Revision as of 12:25, 8 April 2013 by JML (talk | contribs) (Adding description, usage, link to other functions)
Jump to navigation Jump to search

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
 This article needs: Confirm the function acts on current token as default id.
What are all the shape strings that can be used?
No examples yet.

setTokenShape() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.3b89
This function sets the token's shape (top-down, circle, etc.).

Usage

setTokenShape(shape)
setTokenShape(shape, id)

Parameters

  • shape - To be defined.
  • id - The token id of the token to check for the state, defaults to the Current Token.

Example

This example doesn't really do anything.
[h: exampleVariable = "a,b,c"]
[r: exampleFunction(exampleVariable, reverse)]

Returns:

c,b,a

See Also