This library has a wide variety of use cases & advantages over plain QN(E). For example:
- On-the-fly SMF mod script synthesis (especially useful when advanced mod options are finally implemented)
- Easier writing of repeating & heavily logic-based QN tasks
- Just-in-time constants for booleans, numbers and more
- Simple function calls for commonly used entities (like bools, numbers, timers, ...)
- Simple parenting system
- Easier referencing with variables
- Includes typings for QN
- Familiar to anyone who knows QN or TypeScript
To get started, install the package with npm i quickentity-script
. Then follow the steps in the documentation.