Retro wrote: ↑Wed Apr 16, 2025 2:11 pm
PizzaNoob wrote: ↑Wed Apr 16, 2025 10:29 am
Hey, i found an error. It's saying something about a timer in the script.
what caused it in the first place?
I use easyliquids.lua (by Akromaly) throughout my levels. I ultimatly thought that the script caused this error, but checking other levels that uses easyliquids seem to work perfectly fine. Even by taking out the lua that creates the liquids, the error still shows up. I have no idea how to fix it if it only shows up for two of the levels I've made.
I was also just testing out one of the levels and turns out the script acts weird with MrDoubleA's SMM2 key AI. As for the other level with the problem, I don't know...
Added in 2 hours 34 minutes 27 seconds:
Ok, I found a solution. I justed changed all instances of "data.timer" to "timer" (and removed it from the data table), making it a basic variable.