I used to know how to make it but forgot.
Something like this?
Code:
var/ba/ba = new /ba/ba()
var/accounts[2][] //Multidimensonal list containing names on the first row and cash amount on second.
And i want to access it like this.
var/money = ba.amount[2][12]
Please help
Thanks in advance,
Lcooper