Build error: Unable to cancel global trigger events

Started by JpDoViaduto on

Topic category: Troubleshooting, bugs, and solutions

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Build error: Unable to cancel global trigger events

I'm thinking the error might be me atp.

This time, all the procedures that contain a cancelable global trigger cannot actually be canceled by the 'cancel event' block. It says in the log that a symbol could not be found.

Here's the build error: https://pastebin.com/pXcRiv7u

 

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just found out what is…
Wed, 04/02/2025 - 21:19

Just found out what is causing the error. The line of code that was supposed to cancel the event was written incorrectly by Mcreator. I replaced this current code with an older version of it, where the line was different, and it worked just fine. I don't undertand why Mcreator replaced the correct line of code with a wrong one, but yeah.