Ramses Scripts Upload
This commit is contained in:
14
local/path/home/Startup.js
Normal file
14
local/path/home/Startup.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @param {NS} ns */
|
||||
export async function main(ns) {
|
||||
let player = null;
|
||||
player = ns.getPlayer();
|
||||
ns.tprint(player)
|
||||
/*
|
||||
while (true) {
|
||||
|
||||
|
||||
ns.singularity.
|
||||
|
||||
}
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user