Ok so i create this Array and It will evolve to a large array. The Array Width is 6 and Height is 2 and Depth 1.
I have it set up for all in the Width value in order starting from 0-5 Blank, Hp, Power, Speed , Type
And for the height in order from 0-1: Blank, Name
Now I want to create a system where instead of using X,Y value I want to do something like Get value at "Name","speed" because like I said this will be come a large array and If i can get away with doing Name, speed it would drastically reduce the time of finding the code and have a function to check value of name and then power and have it running on checking the value = value instead of IF 1,0 or 1, 8 you can imagine how bulky the code would be.
I just cannot figure out how to access a function to would allow me to use the name as a trigger finder and the stat for easy picking
Because I want to load itself into various variable holder for use in battle to pull from or to view it.
Or am I doing this wrong.