time to get some sleep, graph is in stylishGraph.js and the crime monitor is in test3.js
This commit is contained in:
7
Mizzajl/home/corp/BuyWarehouseAPI.js
Normal file
7
Mizzajl/home/corp/BuyWarehouseAPI.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @param {NS} ns */
|
||||
export async function main(ns) {
|
||||
if (!ns.corporation.hasUnlock("Warehouse API")) {
|
||||
ns.corporation.purchaseUnlock("Warehouse API");
|
||||
ns.writePort(ns.pid, true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user