Obfuscation
I was scrolling through some code in theTombs, and I came on this line:
_root.MessageBox.addMessage("Casting \""+spellList[tablets[hotkeys[num]][0]][tablets[hotkeys[num]][1]][tablets[hotkeys[num]][2]].shortDescription+".\" ", false);
That is the most fsucked up array call I've ever seen, much less written. I've got to stop programming at 4am...
_root.MessageBox.addMessage("Casting \""+spellList[tablets[hotkeys[num]][0]][tablets[hotkeys[num]][1]][tablets[hotkeys[num]][2]].shortDescription+".\" ", false);
That is the most fsucked up array call I've ever seen, much less written. I've got to stop programming at 4am...
Posted by martin on 9/27/03 at 10:04AM