FaceFX Documentation and support
Prints a message to the console.
Flag | LongFlag | Arg | Description |
-m | -message | Yes | Specify the message to print after this flag. |
Prints a warning to the console.
Flag | LongFlag | Arg | Description |
-m | -message | Yes | Specify the warning message to print after this flag. |
Prints an error to the console.
Flag | LongFlag | Arg | Description |
-m | -message | Yes | Specify the error message to print after this flag. |
%print -m "Hello World!"
%warn -m "Don't do that!"
%error-m "I told you not to do that!"