FaceFX Support

FaceFX Documentation and support

print command

print

Prints a message to the console.

Flag LongFlag Arg Description
-m -message Yes Specify the message to print after this flag.

warn

Prints a warning to the console.

Flag LongFlag Arg Description
-m -message Yes Specify the warning message to print after this flag.

error

Prints an error to the console.

Flag LongFlag Arg Description
-m -message Yes Specify the error message to print after this flag.

Examples

%print -m "Hello World!"
%warn -m "Don't do that!"
%error-m "I told you not to do that!"