| Blockland Forums > Suggestions & Requests |
| Vce event help |
| (1/1) |
| Legoboss:
Could someone show me how to make it that after clicking a brick, if you say something like "go" a event will happen? |
| -Blok-:
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. |
| Legoboss:
--- Quote from: -Blok- on August 11, 2013, 01:44:17 PM ---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. --- End quote --- 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. |
| -Blok-:
--- Quote from: Legoboss on August 11, 2013, 02:12:19 PM ---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. --- End quote --- 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. |
| Legoboss:
figured it out thank |
| Navigation |
| Message Index |