Author Topic: How would I check a player's last words using VCE?  (Read 309 times)

I know the <var:client:lastmsg> variable, but is there a way I can check to see if the player said a specific phrase?

For example, if I wanted it to work only if the player said "Activate" for their last message, could I do it?

onActivate -> self -> ifValue <var:client:lastmsg> [==] [PHRASE HERE] [1 1]

Thanks, I'll try it out.