From 2867a15b952600999359d8f2b4a473aa6b681e6d Mon Sep 17 00:00:00 2001 From: Snarling <84951833+Snarling@users.noreply.github.com> Date: Tue, 19 Oct 2021 20:25:37 -0400 Subject: [PATCH] Re-add cautionary tale for editing imported scripts --- src/NetscriptFunctions.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/NetscriptFunctions.ts b/src/NetscriptFunctions.ts index da8dfc746..816d75d2b 100644 --- a/src/NetscriptFunctions.ts +++ b/src/NetscriptFunctions.ts @@ -130,6 +130,11 @@ function NetscriptFunctions(workerScript: WorkerScript): NS { * Using map access to do the same   const myScan = ns['scan']; + * Saving script in the improper order. +   Increase the cost of an imported script, save it, then run the +   parent. To fix this just re-open & save every script in order +   from most imported to least imported (parent script). + Sorry :(`, ); }