Author Topic: VCE Help  (Read 737 times)

At first I was gonna make a big post but then I realized that I would be wasting my time making a big post so I just made one for what I really needed.

How do you make a VCE event where you click it and say "boom" and it will shoot out rockets. I know how to do that but how do you make it do it only ONCE without having to go click the brick again with CancelEvent.

onactivate>self>vce_something>onplayerlastmessage = boom
onvariabletrue>self>spawnprojectile>rocket

That's roughly how it should look. The only thing I may have gotten wrong is the event names.

onactivate>self>vce_something>onplayerlastmessage = boom
onvariabletrue>self>spawnprojectile>rocket

That's roughly how it should look. The only thing I may have gotten wrong is the event names.
No I meant like you click it and it fires a relay. At anytime if the brick is not deleted, if you say "boom" you will shoot out rockets ONLY ONCE. The way you showed me is the way where you have to say boom BEFORE you click it and it only shoots once when you click it.

Player clicks, start relay loop.
Relay loop checks to see if player has said 'boom'.

If player has, fire projectile

If player has NOT, fire another relay

Noedit: Forgot one thing, you should make the loop start brick toggle off when you first click it, and toggle back on when you hit the "player has said boom".

Noedit: Forgot one thing, you should make the loop start brick toggle off when you first click it, and toggle back on when you hit the "player has said boom".
Uhh, ok i'll try. But if it dosen't work can you put it in event-form.

Dude sorry I can not read the form of events you are stating. Can you make it a little easier?