sovdee

Results 390 comments of sovdee

Ah ok I can replicate it. It seems dependent on the angle and position you place the bucket at.

Lines 114-119 of EvtBlock seem to be incorrect on both 1.20.2 and 1.19.4 paper. More testing should be done on prior versions, but it seems like this code is both...

LSP? Liskov Substitutability Principle?

Sure, though I doubt it will be much of a priority. Feel free to make a PR if you're interested in it!

I'm not saying it's not valuable, it's just that none of the team members have expressed much interest in similar topics in the past. In addition, the documentation is pretty...

![image](https://github.com/SkriptLang/Skript/assets/10354869/3d6d125d-4743-401a-b5a6-12a0c8ba8a80) Looks like a built-in assumption to Parameter.

Can't replicate on 2.8.2 with the following code. It's likely something to do with your specific code or addons. ``` on command "test": while true is true: broadcast "test" wait...

Please provide a minimum reproducible example that we can recreate the issue with, without addons. We can't do much if all we're going off is guesswork and we're unable to...

Since the code you sent relies on variables and functions you didn't provide, it can't be tested by others. A minimum reproducible example is the smallest bit of code that...

> Ok I found how you can recreate it. Heres a part of my code. This is the ONLY part of my code that does this(as in doesn't continue after...