"Player right clicks block" procedure call is triggered twice

Started by DaRealHerobrine on

Topic category: Troubleshooting, bugs, and solutions

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"Player right clicks block" procedure call is triggered twice

There appears to be an issue where the "Player right clicks block" procedure call will trigger twice for whatever reason. I am using 2023.2. Is there a current workaround for this?

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try putting everything…
Mon, 06/12/2023 - 10:27

Try putting everything inside an if statement that checks if the current world is not client-side. 

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you drop procedure and…
Mon, 06/12/2023 - 15:37

can you drop procedure and triggers screenshots or smth?

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try putting everything…
Tue, 06/13/2023 - 14:53

Try putting everything inside an if statement that checks if the current world is not client-side. 

This worked, thank you!