Quote:
Originally posted by Python523
this has only been suggested around 100 times, personally I think if you're scripting on NC you should be at the level where you don't really need a test button, and don't give me the excuse 'what if i forgot a ) or something?' because those mistakes are really easy to find, but I guess a test button could be useful =|
|
Finding a missing ")" isn't "really easy to find" all the time. What if you have a massive script that uses a ton of parenthesis, are you just supposed to waste time trying to find the one that is missing? It would especially be helpful to test things that are already online. So you don't go and make a stupid mistake which affects everyone in the game that is using that script at the time. (like you edit a weapon script and miss something and update it, and nobody is able to use their weapons because you left out one character in the script)