Started by
Tryst
on
Topic category: Help with MCreator software
I'm trying to make a procedure trigger only if a player right clicks a certain player with an item, is there a way to do this? I tried "get display name of entity = (username) = true), but that doesn't seem to work, as it never triggers the procedure. I'm using the newest version of Mcreator, does anyone know a method for this? I've searched all over and can't find one.
If target is subtype of player and display name == (username), after that add a send message in chat to confirm it works, sometimes you'll need to right click on a block or in air for it to work. If the message goes though, but the function of your procedure doesn't work, you may have messed up something after it.