Author Topic: Vce event help  (Read 722 times)

Could someone show me how to make it that after clicking a brick, if you say something like "go"
a event will happen?


Does it have to be with VCE? You can just use onChatMessage.

I've never used it before, but I imagine it works and would be a lot easier than using VCE.

Also, this should go in Help.

Does it have to be with VCE? You can just use onChatMessage.

I've never used it before, but I imagine it works and would be a lot easier than using VCE.

Also, this should go in Help.
Chatmessage only works in a ten-stud distance
I want it to be so after when someone clicks a brick, whenever they say something, something happens.
And they don't need to click the brick again after saying the thing.

Chatmessage only works in a ten-stud distance
I want it to be so after when someone clicks a brick, whenever they say something, something happens.
And they don't need to click the brick again after saying the thing.
Then you can do:

onActivate -> Self -> FireRelay
onRelay -> Self -> FireRelay
onRelay -> (I forget) -> ifLastPlayerMessage [go]
onLastMessageTrue or onVariableTrue (I forget) -> stuff
[delay] onLastMessageTrue -> Self -> Cancel events

Or something like that. I haven't used that event in a while, so I forget, but you should get the main idea.