Entity Display on GUI (right-clicked)

Started by ninjawizard1234 on

Topic category: Help with MCreator software

Active 1 year ago
Joined Nov 2023
Points:
523

User statistics:

  • Modifications: 0
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 337
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?

 

Active 1 year ago
Joined Nov 2023
Points:
523

User statistics:

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

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

Active 11 months ago
Joined Jul 2022
Points:
540

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
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.

Active 1 year ago
Joined Nov 2023
Points:
523

User statistics:

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

then why this wont work? it returns the player lol

Active 1 year ago
Joined Nov 2023
Points:
523

User statistics:

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

nobody? this should work i saw people doing

Active 1 year ago
Joined Dec 2023
Points:
164

User statistics:

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

Hello, did you manage to solve it?

Active 10 hours ago
Joined May 2022
Points:
517

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
@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.