Print Node ================ Overview ---------- **Print Node** allows you to print custom messages onto the console. Input and Output ------------------- +----------------------------------------+--------------------------------------------+--------------------------------------------------------------------------+ | Input | Type | Description | +========================================+============================================+==========================================================================+ | Print Message | Sting | Message that will be printed to the console. | +----------------------------------------+--------------------------------------------+--------------------------------------------------------------------------+ Procedure to Use --------------------- 1. Insert a Print node. .. image:: Images/print/step_1.png 2. Type in the message that you want to print to the input field. .. image:: Images/print/step_2.png 3. You may also use the advanced script to return a customized string. .. image:: Images/print/step_3.png 4. Run the node and the message will be printed on the console. .. image:: Images/print/step_4.png