setStrProp: Difference between revisions

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

Revision as of 04:40, 9 March 2009

setStrProp() Function

Returns a string property list with the key set to the value passed in.

Usage

[h: props = setStrProp(propList, key, value)]

Example

[h: weapon = "name=longsword; damage=1d8; maxdamage=8"]
[h: weapon = setStrProp(weapon, "value", 10)]
Returns "longsword".