Backsage Posted November 1, 2019 Share Posted November 1, 2019 Hi, so I've got a question regarding testing scripts. This specifically has to do with a tournament system script that I've made. The problem I have with this script is that it's just too damn complicated and it also involves a lot of players in it, so I think it would require many players to test it. So my question is how do you get a script like this to be tested with multiple players? Or is there a way to ensure that a script like this would work with many players without requiring many players to test it? Link to comment
Fist Posted November 1, 2019 Share Posted November 1, 2019 I always when i'm making something related to a script that requires multiple people to test, i just test out all the sections of code, by executing every function separately that requires people to test, that way you can just give it any info you want for testing too. Sure takes a bit longer but it's probably best way to test out scripts to make sure they are working correctly when put together. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now