RPTools

Personal tools
From MapToolDoc

setName

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

setName() Function

Introduced in version 1.3b40

Sets the name of a Token.

Usage

  1. setName(name)
  1. setName(name, id)

Parameter

  • name - The name to set on the current token.
  • id - The token id of the token which has its name set.  Note: This parameter can only be used in a Trusted Macro


Version Changes

  • 1.3b51 - Added id parameter option.