Let's suppose a mob has a list called "attacks", which contains "A","B" and "C".
mob/var/list |
When the player logs out, these contents should be saved.
The next ime they log in, they will have "A"+"B"+"C" in their "attacks" list.
Detailed enough?
Thanks for the help...

Using what you have...
Though if the attacks list is a mob var, it's probably getting saved already with the player's mob.
But continuing on a simplistic path, you'll need to be sure to load the attacks savefile when players log back in...