CONSOLE keyword

Adds logging information to the console. It is visible inside the browser's console and inside the player's console (press F5 on keyboard). To be visible, DEBUG command must first set. If you remove DEBUG, all CONSOLE calls are simply ignored without error.

Syntax

CONSOLE string

Parameters

  • string: text to display as log (required)

Example

DEBUG     'Required
CONSOLE "This is some text to log."

Go back to list of Keywords.