Each variable gets a player?
Basically what I'm wanting to do it have a variable clone itself for the number of players, and set each clone to a player. Can anyone tell me how to do this?
var[1] = Player1
var[2] = Player2
var[1] = Player1
var[2] = Player2

