sovdee
sovdee
Skript simply cancels the EntityTransformEvent. We have no control over how that manifests. It seems Paper/Spigot's implementation removes items, but we cannot fix that. As far as `on zombie transforming`...
Changes to pay attention to: there's now a msptstatistics classinfo with a parser for `average`, `mean`, `max`, `min`, `maximum`, `minimum`, and `\d{1,2}.\d+(st|nd|rd|th) percentile` This makes using the mspt syntax much...
> > I'm not sure this should be based off of the doublevalue.toString at all. > > What do you suggest? I was originally going to make it: > >...
> > Alternatively, you can forgo a toString entirely and instead repeatedly divide by 10 until x % 1 is within epsilon of 0/1. > > So something like this?...
@APickledWalrus Closing due to inactivity
In regards to only the sections/structures seeing their annotations and their contents being blind to them, I think it would be nice to provide a standard way to access the...
Do you still intend to work on this?
Pretty much every loop I've written recently has looked like this, when more than one nested loop is involved. ```applescript loop 10 times: set {_counter} to loop-value loop {_something::*}: set...
> > helps avoid off-by-one errors in the loop-value-x > > I have a vague memory that there are some cases where you _can't_ use the `loop--x` because it isn't...
Please do not add any more syntaxes than what you have to this pr, and for future additions try to keep prs focused on a single topic. Working on that...