Output(
     string:string,
     [bool:clear]
)
none

Arguments

string

String to output.

clear

Optional. Set to True to clear the log first.

Description

Outputs the provided string to the script log.

Example:

Output("Hello!");
--> Hello!