-
I wrote a program like this:
It seems will run forever, but when I enter the world again, I found that the process stopped. |
Beta Was this translation helpful? Give feedback.
Answered by
Lupus590
Oct 27, 2022
Replies: 1 comment 1 reply
-
You need to make a startup file. The easiest way is to make a file in the root of the CC computer's filesystem called |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Foves5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to make a startup file.
The easiest way is to make a file in the root of the CC computer's filesystem called
startup
(edit may add .lua to this, that's fine), in this startup you then need toshell.run
your current code. Alternatively, instead of shell.run you could copy your code into the startup file.