Started by
komila
on
Topic category: Help with MCreator software
I want to make it so that the player can write a specific word/sentence in the chat and get a reply depending on what they wrote (f.e. get a description of something by typing the name of the item, that kind of stuff)
I figured out how to trigger the procedure, but I can't figure out how to make it actually respond to a triggering word. Can someone explain, please? Thank you in advance!!
If you have figured our how to detect if a trigger word was said, you can then just make the detection trigger the "Send message" block in Player procedures -> Actions.
It worked! Thank you so much!