Blockland Forums > Help
command events
Robo Dude:
How do i do this like i say so what and i die already how do i do that please help? :nes:
jes00:
So what is it your wanting to do?
Robo Dude:
--- Quote from: jes00 on April 15, 2010, 03:50:08 PM ---So what is it your wanting to do?
--- End quote ---
i say something and trigers a brick
Amade:
Use the Variable Conditional Events. There's a variable on the client you can access using <var:client:lastmessage>.
GenaralSkar:
--- Code: ---onactivate->self->firerelay
onrelay->self>firerelay
onrelay->client->ifvalue->[<var:cl:lastmessage>][==][what ever]
onvariabletrue->player->kill
onvariabletrue->self->cancelevents
--- End code ---