of     1   

nicholasstormblood
#59903518Wednesday, December 21, 2011 1:41 AM GMT

I am wondering for the game I am currently developing, "The Apocalyptic Diary", which is on mine computer so don't bother visiting. Anyways, I am wondering if it would be logical or many any sense to make a, "Super Script", just for the game's GUI's and another for all the other items within the game. I am just wondering because I am estimating both will take around 2,000-4,000 which in this case I worried about the lag it may cause since the lines combined would equal a total of 8,000 lines. Well, would that be plain stupid or could be made sense of? Any suggestions on what I should do, far as scripting? Also, is it crazy that I want to script it by myself instead of with others? ~TheN~ Keep It Plain And Simple.
zankonator1Alt
#59903999Wednesday, December 21, 2011 1:47 AM GMT

I'm not sure, because if you make a super script then if it somehow breaks, it is done. If you separate them, it could add lag and other stuff. I would personally go for the super script. It sounds a lot better.
smurf279
#59904641Wednesday, December 21, 2011 1:55 AM GMT

"Well, would that be plain stupid or could be made sense of?" If its a script with unrelated things like making a gui turn read when clicked and a car explode after a certain amount of time I'd say break it up into multiple scripts but if its more of something like: http://www.roblox.com/Cruiser-Hyperspace-place?id=113458 then if you are able to keep your code organized enough so you don't get lost every time you look at the script then go ahead. ----------------------------------------------------- "Also, is it crazy that I want to script it by myself instead of with others?" http://www.roblox.com/GraphOTruth-item?id=10459815 Probably a late toast. . .
nicholasstormblood
#59904699Wednesday, December 21, 2011 1:55 AM GMT

Well, If it breaks then I guess I will have to add something to back it up.
nicholasstormblood
#59904871Wednesday, December 21, 2011 1:58 AM GMT

Thats a really nice answer, Smurf279, Yes, I am going for the same aspect as Anaminus did with Cruiser Hyperspace.
smurf279
#59905888Wednesday, December 21, 2011 2:10 AM GMT

Then go ahead but whenever you can, you may want to try breaking the script into chunks and working on each indvidual chunk at a time so that once the full scriptis together you won't have as hard a time with debugging than scripting the whole thing at once.
KidTech101
#59906995Wednesday, December 21, 2011 2:24 AM GMT

Yes, and As smurf said, follow Meelo's law. So, no, it is not crazy for you script yourself. XD

    of     1