Synopsis
Stores a new "value" in a Dynamic rule on part under the name ruleName. Always returns True. If the ruleName already exists as a rule on part's Design, this effectively overrides it. If the ruleName already exists as a Dynamic rule on part, this will replace it.
NoteThis function cannot be called from any rule which is dependent in ANY WAY on the rule which is being modified. This restriction is not currently enforced, and can easily lead to crashes or incorrect results. Use StoreValue at your own risk.