CrimeMonitor!
This commit is contained in:
9
Mizzajl/home/RunGang.js
Normal file
9
Mizzajl/home/RunGang.js
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user