Blockland Forums > General Discussion
Whats this addon?
CheeseDragon:
--- Quote from: TheRealMint on February 18, 2012, 07:46:37 PM ---Are you talking about bricks that are constantly listening for a player to say something and then performing a certain event when that happens?
--- End quote ---
--- Quote from: Lugnut1206 on February 19, 2012, 02:08:15 AM ---VCE.
--- End quote ---
Kirze:
Sorry, its an event, that you set that when you type something it does the event specified
Doomonkey:
--- Quote from: Kirze on February 19, 2012, 11:16:33 AM ---Sorry, its an event, that you set that when you type something it does the event specified
--- End quote ---
VCE has such an option.
PowerDag:
onActivate > Self > FireRelay
onRelay > Self > FireRelay
onRelay > Self > vce_ifValue: "<var:cl:lastmsg>" == "(variablename)"
onVariableTrue > Player/Client > (what you want here)
Requires Variable Conditional Events.
Mysteroo:
well let's try thinking about this
"typed something," probably means chat
"did a self, player, client, or named brick," probably means an event
I'm guessing he means onplayertalk, or what you do with vce lastmsg
Oh wait, he already specified that.. nvm lol