"Player right clicks block" procedure call is triggered twice

Started by DaRealHerobrine on

Topic category: Troubleshooting, bugs, and solutions

Active 1 day ago
Joined Jul 2020
Points:
798

User statistics:

  • Modifications: 1
  • Forum topics: 33
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 70
"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?

Active 7 months ago
Joined Aug 2018
Points:
770

User statistics:

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

Active 1 year ago
Joined May 2023
Points:
174

User statistics:

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

can you drop procedure and triggers screenshots or smth?

Active 1 day ago
Joined Jul 2020
Points:
798

User statistics:

  • Modifications: 1
  • Forum topics: 33
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 70
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!