â–ª Only runs the code you want, when you want it. | â–ª Code is executed every frame, consuming unnecessary processing time. |
â–ª Reuse code for multiple simultaneous actions without modification. | â–ª Manually adjust or even duplicate code to suit multiple simultaneous actions. |
â–ª Parse large amounts of code in a single scope with minimal overhead. | â–ª Manage code divided into many scopes to prevent excessive overhead. |
â–ª Use qScript to create familiar, standardized projects. | â–ª Create new, bespoke projects from scratch. |