I got two questions. First one is about groups, I know how you can have an array with objects and put them into a new group:
group groupList name:strGroupName.text
However I just can't seem to figure out how to add and remove from group, using obj and a named group. Any code examples of how to do this? The other question is about versions. Sometimes when you update your script, you have made changes to it, that makes scenes using the old version, not really work correctly. For example if you move items in rollouts, the parameters doesn't exist in the same places, so the they turn into default.
What is the best way to make backwards compatible updates, when for some reason, the code change a lot (especially variable names)? Right now I'm playing with an idea of a tool that add an data storage modifier to the objects, that retrieve the data, and then you can update the scripts and recover the data.