Spellscript Bugs
From Hack/Mine Wiki
The following is a list of known Spellscript bugs, according to version. Please add bugs to the list as you find them, and try to make entries informative and brief.
0.6.4.0
| Catchy Title | Singleplayer/SMP | Description, Error Message(s) |
|---|---|---|
| Many-Type Inference w/ Classes | Both | Type inference of multiple expressions causes a StackOverflow error if they evaluate to class-types (list instantiations, return type inference, etc) |
| Multivariable Declaration Scope Issues | Both | Multivariable declarations cause a myriad of issues involving scoping and stackframe sizes-- don't use them! |