Moderocky
Moderocky
### Description This change is mainly aimed at addons (with a little bit of internal clean-up). This adds 'Any-X' types, which allow Skript and addons to register lots of different...
### Description The first step towards supporting proper reflection & introspection: a type and object handles for scripts. This adds: 1. A `script` type. - Internal dummy `Script` objects for...
## Summary This defines the concept of syntax that only affects other syntax (rather than actually having its own function.) This also adds an 'annotation': a metadata note visible at...
### Description Having talked with Ayham about my concerns, I've opened this as an **alternative** proposal to [Ayham's loop PR #6053](). This will be in draft until we reach a...
### The Basics A task is like a little function. ```applescript set {cool task} to a task: broadcast "Hello!" run {cool task} ``` However, there are two important differences: 1)...
### Description Sorry if somebody already suggested this. I looked but could not find a similar one. A **global options** file, placed in the main Skript directory, named something like...