What is the code replacement for adding a second player without adding the team again? In other words, if I have two players to identify from the same team, how do I drop the team for the second player? Example:
\w55d\ and \w54d\ = Whatsmatta University linebacker Jimmy John (55) and Whatsmatta University linebacker Billy Bob (54) make the tackle on etc......
I want it to read like this:
Whatsmatta University linebacker Jimmy John (55) and linebacker Billy Bob (54) make the tackle on etc......
I know there is some sort of code that I can use to kill that team name for the second player, is it something like *2
Thanks!