Properly focuses on Script editor when its opened

This commit is contained in:
Daniel Xie
2017-05-15 22:27:47 -05:00
parent f1b7d78ba3
commit 223bc3c2c6
5 changed files with 15 additions and 14 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
CONSTANTS = {
Version: "0.9",
Version: "0.10",
//Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
//and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then
@@ -141,14 +141,12 @@ CONSTANTS = {
"ls Displays all programs and scripts on the machine<br>" +
"mem [script name] Displays the amount of RAM the script requires to run<br>" +
"nano [script name] Text editor - Open up and edit a script<br>" +
"netstat Displays all available network connections<br>" +
"ps Display all scripts that are currently running<br>" +
"rm Delete a script/program from the machine. (WARNING: Permanent)<br>" +
"run [script/program] Execute a program or a script<br>" +
"scan See 'netstat' command<br>" +
"scan Displays all available network connections<br>" +
"sudov Shows whether or not you have root access on this computer<br>" +
"tail [script] Display script logs (logs contain details about active scripts)<br>" +
"telnet [ip/hostname] See 'connect' command<br>" +
"top Display all running scripts and their RAM usage<br>",
/* Tutorial related things */