cleaning up my stuff a bit
This commit is contained in:
7
Mizzajl/home/corp/Autosell.js
Normal file
7
Mizzajl/home/corp/Autosell.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @param {NS} ns */
|
||||
export async function main(ns) {
|
||||
let cities = ["Sector-12", "Aevum", "Volhaven", "Chongqing", "New Tokyo", "Ishima"];
|
||||
let corpName = "AgraNeo";
|
||||
ns.tprint(ns.corporation.getMaterial(corpName,cities[0],"Plants"))
|
||||
ns.corporation.sellMaterial()
|
||||
}
|
||||
Reference in New Issue
Block a user