Tailent.Console.WriteLine
A good way to debug issues is by using the console. The way to print in the console inside C# scripts differs a bit from the usual syntax ( Console.WriteLine("Something") ).
You can write in the main console of Tap Studio by using:
Last updated