Getting started with TMPWriter
This section gives you a complete overview of all built-in commands.
All of the built-in commands modify the TMPWriter's writing behavior (with the exception of <!debug="">).
Wait - Pause the writer for the given amount of time
Parameters: name : time in seconds
Example: I WILL NOW <!wait=1.5>WAIT
Show - Show the text block from the very start
Parameters: None
Example: THIS WILL ALWAYS BE <!show>SHOWN</!show>, FROM THE VERY START
Delay - Set the delay between showing characters
Parameters: name : delay in seconds
Example: <!delay=0.25>I START SLOW...<!delay=0.05>BUT NOW IM FAST
Skippable - Set whether the text is skippable
Parameters: name : true/false
Example: <!skippable=true>WHEN IM SKIPPED, I WONT <!skippable=false>GO ALL THE WAY
Debug - Print a message to the Unity console; you hopefully wont need this much but I decided to leave it in anyway 😄
Parameters: name : Your message type : l(og) / w(arning) / e(rror)
Example: PRINTING TO THE CONSOLE NOW:<!debug="Test Message" type="warning">