Recently, we added the ability in JigScript to do console style text in your games. Like everything we do in JigScript we strived to keep it as simple as possible. For example, if you add a GUIText object named guitext to your scene and in your JigScript you use the following code:
Text.Print(guitext,
…