Quote:
Originally Posted by Twinny
Probably because I didn't understand the concept of MD arrays back then. There are alot of scripts I should probably redo but I have not the effort.
|
Fair enough.
I use to remember doing things like
PHP Code:
this.eventNames = { "lol", "foo", "bar" };
this.eventLevels = { "event_poo.nw", "rawr.nw", "onlinestartlocal.graal" };
this.eventX = { 30, 10, 40 };
this.eventY = { 22, 24, 35 };
which actually makes yours look organized
