Sync with Mizzajl

This commit is contained in:
Philipp
2024-10-15 21:55:44 +02:00
parent 70e62e8d25
commit 780e54a6e4
10 changed files with 158 additions and 38 deletions

View File

@@ -4,13 +4,13 @@ export async function main(ns) {
const sTarget = ns.args[0]; // target server
// Lowram settings
const sBatchScript = "lowram/Lowhgw.js";
const sBatchScript = "lowram/lowhgw2.js";
const sPrepScript = "lowram/Lowprep.js";
const sRunScript = "lowram/Lowrun.js";
const sGrowScript = "lowram/Lowgrow.js";
const sDistScript = "testdistribute.js";
await ns.sleep(1);
await ns.sleep(100);
const nTargetMoney = ns.getServerMoneyAvailable(sTarget);
const nTargetMaxMoney = ns.getServerMaxMoney(sTarget);