Files
The_Bitburner_Scripts/Ramses/home/corp/Smart.js
2024-10-06 10:23:13 +02:00

6 lines
162 B
JavaScript

/** @param {NS} ns */
export async function main(ns) {
let [corpName, city] = ns.args;
//ns.corporation.setSmartSupply(corpName, city, true);
return true;
}