Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ar = { ... }
- if(#ar == 1)then
- shell.run(ar[1])
- if(not thm)then error("Please create a global table named thm in your file") end
- f = fs.open(ar[1]..".thm","w")
- f.write(textutils.serialize(thm))
- f.close()
- else
- error("Usage: init_theme <file>")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement