Appearance
Node Palette
The Node Palette is the left sidebar for finding and adding nodes.
Categories
| Category | Use it for |
|---|---|
| Triggers | Start a flow from a command, event, function, or button click. |
| Actions | Do something, such as send a message, give an item, teleport, or update data. |
| Conditions | Check something and choose between outputs. |
| Flow Control | Delay, repeat, switch, call functions, or handle errors. |
| Other | Add comments and group boxes for organization. |
Finding Nodes
Use the search bar to find nodes by name or description. Search is usually faster than browsing when you already know what you want, such as permission, gui, sound, or variable.
Adding Nodes
You can add a node in two ways:
- Click a node type to add it near the current canvas view.
- Drag a node type from the palette and drop it where you want it.
After adding a node, select it and fill in its settings in the Node Inspector.
Choosing the Right Node
- Use a Condition when the flow must choose between two outcomes.
- Use a Switch when one value can route to many outcomes.
- Use a Function when the same set of actions should be reused.
- Use Button Trigger for clickable chat buttons.
- Use Open GUI plus Function nodes for clickable inventory menus.
