View Single Post
  #1  
Old 12-29-2005, 09:42 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
getdynamicvarnames()

It seems the getdynamicvarnames() function chokes when the variables have underscore ('_') characters in them :x

PHP Code:
temp.varnames clientr.getdynamicvarnames();
for(
temp.vnametemp.varnames) {
  echo(
temp.vname);

Ignores any variables with _ in the name (exact names of variables being ignored are: mud_hp, mud_mp, mud_maxhp, mud_maxmp, mud_level, mud_class, mud_exp, mud_exptolevel)
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote