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 :(`, ); }