setLibProperty: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Applied Template:MacroFunction)
(No difference)

Revision as of 04:12, 9 March 2009

setLibProperty() Function

Usage

[h: setLibProperty(name, value)]
[h: setLibProperty(name, value, libName)]

Examples

Set a property on the Library Token that the macro is running from.
[h: setLibProperty("defaultStrength", 10)]

Set a property on a specifig Library Token.

[h: setLibProperty("defaultStrength", 10, "Lib:Character")]