Topic: Arrays
Hey! Can you show me how to use arrays? As far as I understand:
A = {}
This will give me as much A0, A1, A2, A3, A4 as I need but what I don't understand is when you want separate HP values and stuff like that.
Say
A = {hpval}
Do I then write A.hpval = 1 when I want the first A's hpval to be 1?
Thanks