MTscript functions related to Add-on libraries: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Azhrei moved page MTscript functions related to add-on libraries to MTscript functions related to Add-on libraries: Standardizing capitalization of "Add-on")
(Link to data.getStaticData() and macro().)
Line 1: Line 1:
= MTScript Add-on Library functions =
= MTScript Add-on Library functions =


The following functions have been added to MapTool Macro Script to work with add-on libraries.
The following functions have been added to MapTool Macro Script to work with [[Add-On Library|Add-On Libraries]]:


* {{func|library.getInfo}}
* {{func|library.getInfo}}
Line 7: Line 7:
* {{func|library.listTokenLibraries}}
* {{func|library.listTokenLibraries}}
* {{func|library.getContents}}
* {{func|library.getContents}}
The following MapTool Macro Script functions can be used to interact with Add-on Libraries:
* To read data from files in the Add-on Library: [[data.getStaticData]]
* To run macros in the Add-on Library: [[macro (roll option)]]

Revision as of 01:27, 17 November 2023

MTScript Add-on Library functions

The following functions have been added to MapTool Macro Script to work with Add-On Libraries:


The following MapTool Macro Script functions can be used to interact with Add-on Libraries: