setStrProp

From RPTools Wiki
Revision as of 11:06, 10 March 2009 by Verisimilar (talk | contribs) (Added version.)
Jump to navigation Jump to search

setStrProp() Function

Introduced in version 1.3b42
Returns a string property list with the key set to the value passed in.

Usage

setStrProp(propList, key, value)

Example

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