Hey, I'm almost there with the commentary thing, I can now load the text file and generate it randomly using arrays (i'm learning fast lol), I now have just one problem:

In the text file, all the commentary follows the line of:
P# passes the ball to R#
P# being passer, R# being receiver.
However, in the program, P# is already set as T1P1 (as string) and R# as T1R1 (ditto).

How do I make it so that when P# and R# are loaded, the program says that T1P1 = P# and the name of the player is put in place of it?

Thanks in advance...

(I'm almost done once I know how to do this )