save
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user