Node Overview
Here is an overview of the available nodes.
Simple Nodes
Basic nodes that will be used in almost all projects.
| Node | Description |
|---|---|
| Start | Project starts at this node |
| Say | Play synthetic voice and sound effects |
| Hear | Listen for user input |
| Display | Display image |
| End | End game |
| Global | Listen for phrases that can be invoked from anywhere |
| Exit Global | Exit global scope |
| Return | Return to the location in game before a global utterance was invoked |
| Experience | The complete audiovisual experience, Say, Hear and Display |
| Decision | Create interactive, multimedia decision points |
Advanced Nodes
Creating logic, programmatic operations and more using advanced nodes.
| Node | Description |
|---|---|
| Roll Dice | Roll dice |
| Modify State | Set variable |
| Clear | Clear variables |
| Condition | Branch story into two paths depending on a condition |
| Switch | Branch story into multiple paths |
| Loop | Create repeating section |
| Random | Generate random number |
| HTTP Request | Do a web request and store result in variable |
| Script | Run script |
| Global Script | Create script that is available in all script nodes |
| Analytics | Store record in analytics |
| Monetization | Monetization in project |
| Geolocation | Branch content depending on geolocation |