Ok, there's a question for the really experienced modders:
simple:
As far as I know, player[0] and [1] are used by the game - any event or function that uses player[2]?
not so simple:
What is the size of this array/the accessable numbers - unlimited?
hard:
When can I store values into this array by writing e.g. player[4] = 2; ? Anytime? Depending on the event? Depending on having assigned [2] and [3]?
Depending on system time?!!?? (the last one is my guess after the game's constantly been making fun of me!)
simple:
As far as I know, player[0] and [1] are used by the game - any event or function that uses player[2]?
not so simple:
What is the size of this array/the accessable numbers - unlimited?
hard:
When can I store values into this array by writing e.g. player[4] = 2; ? Anytime? Depending on the event? Depending on having assigned [2] and [3]?
Depending on system time?!!?? (the last one is my guess after the game's constantly been making fun of me!)
Comment