This is a utility script with a singular purpose: you can supply a list of characters (in multiple ways) and a list of attributes and values, and for all characters in the list the attributes will be set to the values (and created if they did not exist before). The syntax is !setattr [--options] --attribute1|value1|max1 --attribute2|value2|max2 ...
Alternatively, you can use the following syntax to spread the command out over multiple lines (in this case, you cannot use closing curly braces('}}') anywhere in the values): !setattr {{
[--options]
[--all|--allgm|--allplayers|--sel|--charid id1, id2, ...|--name name1, name2, ...]
--attribute1|value1|max1
--attribute2|value2|max2
...
}} You can also just use --attribute1|value1 to leave the maximum unchanged. You can also use '#' in place of '|'. More in-depth documentation can be found in the README . Find the script at Github or via the One-Click library (both v1.7.1).