How do I launch my lua script in TPT? I'm just learning lua so I can code my own mods
dofile("files/scripts/[script name].lua") for android, idk for other platforms
Console works the same on all platforms.
Just dofile(""), then the relative path from the The Powder Toy folder, where your executable is usually.