Entity Display on GUI (right-clicked)

Started by ninjawizard1234 on

Topic category: Help with MCreator software

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity Display on GUI (right-clicked)

im trying to make a item that display the entity model on the GUI when right clicked, but for some reason idk its displaying the Player only not the Entity i clicked:

 

i made a simple When Entity Right Clicked -> Open GUI on the Item

then i create the procedure on the picture and set it on the Display Image, what should i change there so it shows the entity i clicked on not the player?

 

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when you right click a…
Tue, 12/05/2023 - 02:07

when you right click a entity, they are the Event/target entity right?

Last seen on 18:54, 16. Jul 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, the entity that you…
Tue, 12/05/2023 - 02:51

Yes, the entity that you click on becomes the event/target entity. The player is the source entity in this case, as they are instantiating the event.

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
then why this wont work? it…
Tue, 12/05/2023 - 03:01

then why this wont work? it returns the player lol

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nobody? this should work i…
Wed, 12/06/2023 - 06:29

nobody? this should work i saw people doing

Last seen on 19:10, 11. Feb 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, did you manage to…
Wed, 01/10/2024 - 22:23

Hello, did you manage to solve it?

Last seen on 02:34, 26. Jul 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@ninjawizard1234 I'd suggest…
Sat, 02/17/2024 - 15:30

@ninjawizard1234 I'd suggest taking a look into raytrace procedures, that might be the best way to make this work how you want.