14-02-2007, 07:41 PM
I know this is a somewhat old topic, but instead of
You could just do
Code:
For i = 1 To MAX_CHARS
If Player(Index).CharNum = i Then
You could just do
Code:
i = Player(Index).CharNum