Author Topic: Can't get isadmin for VCE to work  (Read 580 times)



Output event VCE_retroCheck.
Are you useing that?

Well, you need to make sure it is boolean.

So yes = 1

No = 0.

That's what a boolean is? Where do I put the 1 or 0?

onActivate > Self > VCE_ifValue > [<var:client:isAdmin>] == [1] [ ]

or

onActivate > Self > VCE_retroCheck > {isAdmin} == [1] [ ]