⚠️If the plugin doesn't work in your Constuct 3 version, try setting "Use worker" to "No" in your project properties pane⚠️
See full documentation with examples, ACEs review and FAQ on Addon's promo page
This plugin will come in useful if you want to:
- Include user scripts into the game's webpage.
- Call javascript functions on events. Get function return value and compare it. Pass Construct values and variables to the javascript functions.
- Have algorithms in javascript. It's especially recommended if it comes to nested loops and array routines.
- Have game objects and their methods in javascript. Use aliases for that.
✔️ Supports c3runtime