Author Topic: I need some help with eventing here [VCE]  (Read 1177 times)

So basically I'm making a TDM where you must earn points to unlock new weapons, but i am doing it wrong in some way:



Everytime i click it, even if my points is over 150, it says my points is too low.

It might be <var:cl:points> and not player. I'm not sure though, have not done VCE in awhile. Also make a display for troubleshooting, eg on a centerprint: Troubleshoot: <var:player:points>.

<var:cl:points> didn't work, and i didn't even try to make a troubleshoot because i am a total idiot and didn't understand.


Right: onActivate > Client > VCE_ifVariable > points
Wrong: onActivate > Client > VCE_ifVariable > <var:player:points>


Hope that solved it.

And, in centerprints or bottomprints or chatmessages, if you put in <var:client:points> it will say how much points you have.
« Last Edit: February 02, 2011, 03:57:59 PM by K3k0m@n »

Right: onActivate > Client > VCE_ifVariable > points
Wrong: onActivate > Client > VCE_ifVariable > <var:player:points>


Hope that solved it.

And, in centerprints or bottomprints or chatmessages, if you put in <var:client:points> it will say how much points you have.
I tried that first, but thanks for at least trying to help! :>

I'm not bothered to open blockland, start a server, load my zombie save, then look at the VCE events in that...


You're close, try this:

You're close, try this:

Thanks, but i am too lazy to try now. :3

You're close, try this:

<var:cl:score> should just be score if I'm not mistaken.

I think that was what he wanted

If neither work, switch IfVariable to IfValue.

If neither work, switch IfVariable to IfValue.
oh right; value is what you'd want to use, I forgot about that.

I believe it's IfValue.

input>self>vce_ifvalue[<var:cl:score>][>=][number][target events]
get it right people...
also, read the manual, it's there for a reason you know