From 44118c8a728dd92d937f96383d4592b306ce2560 Mon Sep 17 00:00:00 2001 From: ilkecan Date: Tue, 28 Jun 2022 23:48:07 +0000 Subject: [PATCH] Remove the hardcoded script name --- src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx index 92074ea38..6135ea103 100644 --- a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx +++ b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx @@ -460,7 +460,7 @@ export function InteractiveTutorialRoot(): React.ReactElement { <> Your script is now running! It will continuously run in the background and will automatically stop if the - code ever completes (the n00dles.script will never complete because it runs an infinite loop).
+ code ever completes (the {tutorialScriptName} will never complete because it runs an infinite loop).

These scripts can passively earn you income and hacking experience. Your scripts will also earn money and experience while you are offline, although at a slightly slower rate.