setStrProp
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)]