Output( string:string, [bool:clear] ) → none
Outputs the provided string to the script log.
Example:
Output("Hello!"); --> Hello!