SETTINGS: Add an autoexec setting (#505)

This commit is contained in:
David Walker
2023-05-08 21:13:05 -07:00
committed by GitHub
parent 4e07900c5a
commit e2e9b084bc
4 changed files with 173 additions and 6 deletions
+2
View File
@@ -10,6 +10,8 @@ export const Settings = {
ActiveScriptsServerPageSize: 10,
/** How many scripts per page */
ActiveScriptsScriptPageSize: 10,
/** Script + args to launch on game load */
AutoexecScript: "",
/** How often the game should autosave the player's progress, in seconds. */
AutosaveInterval: 60,
/** How many milliseconds between execution points for Netscript 1 statements. */