Tailent.Console.WriteLine
// Tailent.Console.WriteLine("Something");Last updated
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:
// Tailent.Console.WriteLine("Something");Last updated