This commit is contained in:
2022-09-10 05:56:50 +02:00
parent cf66c47f41
commit 71b3500d45
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ export async function main(ns) {
let costThreshold = ns.args.length > 0 ? ns.args[0] : 1;
let upgradeCount = ns.args.length > 1 ? ns.args[1] : 1;
ns.tprint(`Bot started {costThreshold: ${costThreshold}, upgradeCount: ${upgradeCount}}`);
await ns.sleep(10000);