Do export("$*"); and read console.log?
It does not even print the export line.
weird. It works perfectly for me, printing out all variables with zero lag.
Did you have a server running at the time?
I'll host a server and try again right now
-ow.-
-snip-
function exportGlobalVars(%letter){ export("$"@%letter@ "*","config/varlists/list_"@%letter@ ".cs");}%s="abcdefghijklmnopqrtuvwxyz";for(%a=0;%a<25;%a++) exportGlobalVars(getsubstr(%s,%a,1));
well, what i'm looking for is the list of fields/methods (or whatever) for variables. e.g %variable.bl_id or %variable.isAdmin.