hasMacro

From RPTools Wiki
Revision as of 21:27, 4 April 2009 by Verisimilar (talk | contribs) (Unifying Current Token red link.)
Jump to navigation Jump to search

hasMacro() Function

Introduced in version 1.3b48
Returns true(1) if a macro button with the specified label exists on the Current Token.

Usage

hasMacro(label)
hasMacro(label, id)

Parameters

  • label - The label of the macro to check for.
  • id - The token id of the token that the function is executed on.

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


Version Changes

  • 1.3b51 - Added optional token id parameter.