CrimeMonitor!

This commit is contained in:
2024-10-18 13:35:58 +02:00
parent aac2a5e884
commit 4c320ab609
7 changed files with 171 additions and 2 deletions

9
Mizzajl/home/RunGang.js Normal file
View File

@@ -0,0 +1,9 @@
import { drun } from "./Library";
/** @param {NS} ns */
export async function main(ns) {
if (ns.gang.inGang()){
const sGangScript = "gang/auto-gang2.js";
await drun(ns, sGangScript);
}
}