Skip to content

Echo Module

Matthew Kelly edited this page Jun 28, 2016 · 2 revisions

Just a fun module, this will just output whatever text you supply to it to the console - you know, like actually calling echo~

Properties

Key Type Description Values
text string Some text to output to the console -

Paint

The following is an example of using the echo type in a paint section:

{
    "paint": [
        {
            "type": "echo",
            "text": "Hello, world!"
        }
    ]
}

This will output the Hello, world! text to the console, because why not? :D

Erase

The erase section is identical to the paint section.