View Single Post
  #1  
Old 03-16-2010, 07:28 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
clientr. getdynamicvarnames()

Is there an alternative to using temp.i = clientr.getdynamicvarnames(); because I can't seem to get it to work or even know if it does work.

I have a bunch of clientr vars like this
NPC Code:

clientr.blah.subvar = {array};
clientr.blah.subvar2 = {array};
clientr.blah.subvar3 = {array};



Any suggestions on what to do?
Reply With Quote