Posted 10 October 2013 - 02:58 PM
I have the following code that I can download from pastebin and then run to get all of the code I have on pastebin so I'm not typing up a lot of random characters. I know the code works, but I'm wondering you guys would clean it up and then utilize it for easier code?
--This is for GAME STARTUP ONLY!! and will download all codes on pastebin
shell.run("delete", "startup")
shell.run("delete", "!MissionControl")
shell.run("delete", "!refuel")
shell.run("delete", "!tunnel")
shell.run("delete", "!message")
shell.run("delete", "turtlestartup")
shell.run("delete", "!chat")
shell.run("pastebin get", "Z5jC3sV3", "startup")
shell.run("pastebin get", "sVY4Px6t", "!MissionControl")
shell.run("pastebin get", "dqDwAsN4", "!refuel")
shell.run("pastebin get", "iZVtZTg7", "!tunnel")
shell.run("pastebin get", "SFvmNy2c", "!message")
shell.run("pastebin get", "eN3UcXK0", "!chat")
shell.run("pastebin get", "GeBw9Ycg", "turtlestartup")