Started by
indyjames
on
Topic category: Help with MCreator software
So I'm making a mob that when you kill it, it will spawn a copy of itself but stronger and I want it to print a text into the chat telling you he became stronger.
I tried to make this happen when the original mob dies and then tried doing to it when the new one spawned and the text doesn't appear.
You need to let it say the text before it dies
I thought that and decided to have the new mob say it, that didn't work either.
Which procedure block did you use?
There are many different text procedure blocks. For instance, if you used the 'print' procedure block, that will print to the console, not teh chat.
I decided to use the "tellraw" command and that worked since there isn't a block for when the entity is killed by a player.