This commit is contained in:
2024-10-14 22:37:58 +02:00
parent 28ce6be51e
commit bc3bc1acf2
3 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ export async function main(ns) {
const sGrowScript = "lowram/Lowgrow.js";
const sDistScript = "testdistribute.js";
await ns.sleep(1);
const nTargetMoney = ns.getServerMoneyAvailable(sTarget);
const nTargetMaxMoney = ns.getServerMaxMoney(sTarget);
const nTargetSecurity = ns.getServerSecurityLevel(sTarget);