ID:1625660
 
When creating groups, what is the most logical way to save group vars? Like the name, number of people in it, people in the group, leader, etc. Should the information be saved with the leader mob so its easy to save? Should it have its own savefile where all groups are loaded from?
I would use datums, and you don't need to edit the number of people in it, add their names or whatever you want to a list and then use length(Members) to obtain the amount of players inside.
Make sure you add their names (or ckey) as EM said and not their mobs.