Author Topic: What is the third field in VCE's "ifVariable" for?  (Read 1312 times)

After the output, you get "[variable] [condtion (==, >=, etc)] [parameter? (what you want to check the variable for? Like, it'd be "1" if you want to check whether or not it equals "1.")] [idk]"

If you already know how to use VCE, here's an example instead:
"testvar == 1 [?]"

The [?] is what I don't know the purpose of
Before, I thought it referred to which event line to affect, but with a hit of messing around, I've discovered that that isn't the case
Or my VCE is just broken
« Last Edit: July 20, 2012, 10:13:38 PM by Night Fox »

The events it affects.

If you only want it to affect events 1, 2 and 3 you'd put "1 3" without quotes.
If you only want it to affect event 1, you'd put "1 1" without quotes.

The events it affects.
If you only want it to affect events 1, 2 and 3 you'd put "1 3" without quotes.
If you only want it to affect event 1, you'd put "1 1" without quotes.
Oh, so it's a range then, rather than just the events you want to affect?
That explains quite a bit
Thank you

If you got your answer then shouldn't you lock this?


If you got your answer then shouldn't you lock this?



Be patient

What if you want it to affect 1, 4 and 6, but not 2, 3 or 5?

What if you want it to affect 1, 4 and 6, but not 2, 3 or 5?

Good question

What if you want it to affect 1, 4 and 6, but not 2, 3 or 5?
onSub/doSub events would work