add_note
Create a plain-text note document in a GameMaker project and register it for project documentation.
Instructions
Create a new Notes resource (plain-text project documentation, never compiled into the game) and register it in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Plain-text content of the note | |
| noteName | Yes | Name of the note to create | |
| projectDir | Yes | Absolute path to the GameMaker project directory |