Author Topic: [VCE] How to make it call to more than 4 events?  (Read 419 times)

So I bothered learning about VCE a bit more, everything's working, but I have one problem:
The little box at the end(the one that says what events it does) is TOO short. It can only hold 8 charicters, so you can only fit 4 single digit events in there.

I tried duplicated the event and changed the numbers, that did work but it calls twice because of that.

So... what do I do?

You do know that, for VCE, you put [1-3 5-9] right? It will perform every event inbetween the first pair of numbers and inbetween the second pair of numbers.

Ex:
[1 2 3 4] will execute events 1, 2, 3 and 4.
[1 4] will execute events 1, 2, 3, and 4.

Annnd right as I posted this topic I figured it out.
Amazing.

For future ref.

1 onActivate > Self > ifvalue > [something] [something else] [1 2 3]
2 onVariableFunction > Self > ifvalue [continue..]

You call that event.

You do know that, for VCE, you put [1-3 5-9] right? It will perform every event inbetween the first pair of numbers and inbetween the second pair of numbers.

Ex:
[1 2 3 4] will execute events 1, 2, 3 and 4.
[1 4] will execute events 1, 2, 3, and 4.
Or that