Author Topic: VCE - Multiple  (Read 583 times)

How to I put multiple VCEs on a brick? Like, to not get the different onVariableTrue/False events mixed up.

How to I set certain VCE events on one brick to others, so they dont all get mixed up?

NOEDIT:
VCE events on one brick to others
I mean one event on the same brick to another event on the same brick.

Please don't flame for this Bump


The small box in the end.
Put from wich event line to wich you want it to execute.
Example:
1. OnActivate > Self > Ifvalue [test] == 1 [2 4]
2. OnVariableTrue > Client > Test1
3. OnVariableFalse > Client > Test2
4. OnVariableTrue > Player > Test3
5. OnActivate > Self Ifvalue [Blah] == 1 [6 7]
6. OnVariableTrue > Client > Blah1
7. OnVariableTrue > Client > Blah2

Hope I helped.

Thanks! (Was leaving out 3 a typing error, or purously in the events?)

Thanks! (Was leaving out 3 a typing error, or purously in the events?)
purposely, try reading the manual too
basicaly, the box takes A(space)B, A being a number and B being a number, and then it triggers events A-B, if it's 1 2, it triggers events 1 and 2, if it's 1 1, triggers event 1, if 1 3, it triggers 1 2 3

Oh. Thanks phflack! Locking for now...