Author Topic: Onadmintouch and Onadminactivate?  (Read 1092 times)

I would, but I can't restart Rainbow's server.
OnPlayerTouch > Player > IfVariable [admin] == 1
OnVariableTrue > Target > Output
Can someone show me a screenshot of how this would work?

why don't you just use this?
input>self>vce_ifvalue[<var:cl:isadmin>][==][1][target lines here]
onvariabletrue>target>output
onvariablefalse>target>output

OnActivate Self Retrocheck [Admin]
OnVariableTrue output

OnActivate Self Retrocheck [Admin]
OnVariableTrue output
yuck, retrocheck/v4 variables

[target lines here]
What do I put there?

Oh, nevermind.
It means event lines, right?

Code: [Select]
0|onActivate|Self|VCE_ifValue|<var:cl:isadmin>|==|1|1 2|
1|onVariableTrue|Client|CenterPrint|You are an admin.
2|onVariableFalse|Client|CenterPrint|You are not an admin.

I'm stupid.

I was putting "ifVariable" instead of "ifValue."

:c