mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
Addded Perk class, Traveling functionality, fixed bugs with script logging and terminal commands
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
/* Worker code, contains Netscript scripts that are actually running */
|
||||
//TODO Need some way to stop scripts. Idea: Put a flag in the environment, we can setActive
|
||||
//this flag from outside. If the evaluate() function sees that flag it rejects the current
|
||||
// Promise. We can catch that rejection and stop the script.
|
||||
/* Worker code, contains Netscript scripts that are actually running */
|
||||
|
||||
//TODO Tested For and while and generic call statements. Have not tested if statements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user