// Enter/edit your MiniScript code here. // Please wait until you see "Ready!" in the console at left. // Then click the Run Script button below to make it go! countdown = function(n) for i in range(n,1) print(i + "...") wait end for end function countdown(10) print("Lift off!")

 

Quick Links
MiniScript Quick Reference Unity Forum Thread
MiniScript User's Manual Asset Store Page