eh? It doesn't do it automatically. \n[1] will always display the name of the first hero in the databse, \n[2] the second, etc...
\n[\v[1]] will display the name of the hero who's ID is represented by Variable 1.
So, if Variable 1 = 4, then \n[\v[1]] will display the name of the fourth hero in the database.
What I was suggesting is that as each member joins your party, then you assign a variable to their ID. So, you choose your first character, who, for example is the 3rd hero in the database, you assign variable 1 to 3. Second hero is actor 5, you assign: Variable 2 = 5
Then, \n[\v[1]] will give the name of the first hero in your party
\n[\v[2]] would give the name of the second hero in your party, whereas \n[1] would give the name of first hero in DB and \n[2] would give name of 2nd hero in DB