(SOLVED) Build error: Unable to cancel global trigger events

Started by JpDoViaduto on

Topic category: Troubleshooting, bugs, and solutions

Active 3 months ago
Joined Nov 2023
Points:
195

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 16
(SOLVED) Build error: Unable to cancel global trigger events
Wed, 04/02/2025 - 23:35 (edited)

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

 

Edited by JpDoViaduto on Wed, 04/02/2025 - 23:35
Active 3 months ago
Joined Nov 2023
Points:
195

User statistics:

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