Author Topic: Variables lister  (Read 378 times)

(this is VCE not sciprting variables)
There's a lot of custom values and add-ons that come with pre made values, but the only way to see the custom ones is to go back and search for them, since they aren't added to the list in the VCE manual. So can someone make a command, or a gui list, or something so that we can see a list of all the custom values we downloaded? Like <var:pl:isdriving> or <var:cl:team> or any other one. Otherwise there isn't much of any way to remember what values you have/can use.

It's not the most convenient way, but you could type export("$VCE::Server::SpecialVar*","base/specialvars.txt"); in the console.
It gives you a long list of variables like this:
$VCE::Server::SpecialVarEditArg1fxDTSBrick_ bricktext = "";
A variable called bricktext, registered on bricks, so <var:brick:bricktext>

It's not the most convenient way, but you could type export("$VCE::Server::SpecialVar*","base/specialvars.txt"); in the console.
It gives you a long list of variables like this:
$VCE::Server::SpecialVarEditArg1fxDTSBrick_ bricktext = "";
A variable called bricktext, registered on bricks, so <var:brick:bricktext>
ah, that's nice. But I doubt I'll remember to put that in whenever I want to see the variables I have, any way that can be implemented into a command? like /values or something?