paulo.bender
Member
I'm trying to make a "@cmd friendly" changeentityproperty that takes two parameters: "PropName" and "PropValue" and adds value the the property's current value.
example:
example:
would add 2 to the character's MP, but instead it's setting the character's MP to 2.@cmd ModProperty "mp" 2

