Author Topic: VCE glitch?  (Read 367 times)

I'm trying to have <var:cl:score> appear in a bottom print, but whenever I send the events, it clears it, and I'm not sure why.

Tip for the future, include a snippet of the events so we can actually help.

Fix:

Code: [Select]
[0] [Onactivate] [Client] [Bottomprint] [You have <var:cl:score> points]

If that isn't what you are using alone, then you may have a [VCE_Modvariable] messed up, like having [Set] instead of [Add], or maybe you had an [VCE_Ifvariable] check with an incorrect range (make sure the range is something like "1 4" where "1" is the first line that the conditional affects and the "4" is the last line.  The range needs to be separated by a space, not a comma, and also check to see that you didn't get [Onvariabletrue] and [Onvariablefalse] mixed up.  Without a screenshot of the events, we can't help you.  VCE has no glitches like that, it's human error in eventing.