Articles on: Blocks Creator
This article is also available in:

⬜ Comment

⬜ Comment


The Comment block allows you to add notes, explanations or reminders visible only in the editor, without impacting the execution of the project.


This block is an organizational tool for creators to document complex logic, mark TODOs, or clarify sections of the graph. It does not affect the performance or behavior of the final application for the end user.


πŸ“₯ Entries


  • text (Text): Content of the comment displayed in the editor. Allows you to write notes, explanations or reminders visible directly on or next to the block.


πŸ“€ Outings


  • No output: This block is not executed and generates neither flow nor value. It has no logical connection to the rest of the application.


πŸ’‘ Example of use


Scenario: Add a reminder for a future update


  1. You are working on a complex graph managing the quests of a narrative game.
  2. You are planning to add a dynamic rewards system, but it is not implemented yet.
  3. You place a Comment block where the rewards system should be integrated.
  4. In the text field, you write: "TODO: Implement reward calculation based on player level (see ticket #42). Use PlayerLevel variable to adjust winnings."
  5. You color the block orange to make it more visible among the other blocks.


βš™οΈ Technical Details

  • Performance impact: None. This block is ignored at runtime and does not affect project resources.
  • Best practices: Use distinct colors to categorize comments (eg: red for warnings, green for TODOs, blue for explanations). This improves the readability of complex graphs.

Updated on: 04/03/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!