In my server, I've seen a lot of people complain about losing old VCE. They also ask how to do ifAdmin and ifPlayerID and ifPlayerName etc. etc. with the new VCE. Well, it's simple.
I'm sure lots of you have tried VCE_ifVariable in the client section and tried doing something like "name == Blockhead1587" or "admin == 1". Well, it does not work. Do not attempt stupid stuff like that. To do these, you would have to go to VCE_ifValue in the "Self" or "Named Brick" section. If you would like to make a brick admin-only, put this inside of the ifValue section: <var:client:isAdmin> == 1, onVariableTrue > blahblah. If you would like to be a certain name, do <var:client:name> == (thenameyouwant), onVariableTrue > blahblah. You need to know all the basic client and player default variables in order to do this.
That's all there is to it.