@GOKOP(View Post) If you want to use scripts, you can either 1) Make the script in Notepad++ or Notepad or TextEdit etc, then save it as "script.lua" then drag the script to the Powder Toy folder and then in the console write dofile("script.lua")
2) Write it without newlines. for i=0,10,1 do print ("Test") end