Thread: ...array thing?
View Single Post
  #1  
Old 09-20-2006, 09:39 PM
_Z3phyr_ _Z3phyr_ is offline
Banned
Join Date: Sep 2003
Location: Louisiane
Posts: 390
_Z3phyr_ is an unknown quantity at this point
...array thing?

So anyway... I don't want to flood the 'Script Flags' tab with a bunch of different variables that aren't too important. I decide to make an array for a list that will keep count of an item when the weirdest discovery is made:

client.array[1]++;
and
client.array[variablehere]++;
^ ^ both incorrect???

but
client.variable++;
^ ^correct



my question:
"wtf?", and/or "how can I get around this without flooding the Script Flags tab? I was thinking of using tokens but then again that's an array too aint it?"

tokens[i]++;
^ ^incorrect

Last edited by _Z3phyr_; 09-21-2006 at 09:26 PM..
Reply With Quote