
04-13-2003, 10:58 PM
|
|
Psionic Youth
|
 |
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
|
|
Parsing array names.
|
this.#L[0] is the 0th index of "this.#L", not the 0th index of "this.level13.graal". I rather think it should be the other way around, such that I don't have to write up either a different section of coding for each level or swapping arrays or hashing everything into one huge array, none of which are particularly efficient if memory serves - either a waste of code space or a waste of memory (for the temp "current" array or the hash indices)... |
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."
"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
 - My pet, the Levelup Gnome
http://forums.graalonline.com/forums...&postcount=233
|
|
|
|