All v0.26.0 changes

This commit is contained in:
danielyxie
2017-07-21 17:54:55 -05:00
parent e6b15ed4ab
commit e653b7b315
30 changed files with 1529 additions and 589 deletions
+13
View File
@@ -25,6 +25,19 @@ WorkerScript.prototype.getServer = function() {
//Array containing all scripts that are running across all servers, to easily run them all
var workerScripts = [];
var NetscriptPorts = {
Port1: [],
Port2: [],
Port3: [],
Port4: [],
Port5: [],
Port6: [],
Port7: [],
Port8: [],
Port9: [],
Port10: [],
}
//Loop through workerScripts and run every script that is not currently running
function runScriptsLoop() {
//Run any scripts that haven't been started