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