executeCommand has been removed in favor of connect and manualHack, which is what people have been asking for.

This commit is contained in:
Olivier Gagnon
2021-03-23 21:30:15 -04:00
parent 1eddddd14f
commit 28584c8461
9 changed files with 191 additions and 106 deletions

View File

@@ -0,0 +1,20 @@
connect() Netscript Function
============================
.. js:function:: connect(hostname)
:RAM cost: 2 GB
:param string hostname: hostname of the server to connect.
:returns: ``true`` if the connection was a success.
If you are not in BitNode-4, then you must have Level 1 of Source-File 4 in order to use this function.
This function will connect you to the specified server if it's directly connected to the current server.
You can also pass in 'home' to return to your home server from anywhere.
Examples:
.. code-block:: javascript
connect("joesguns");
connect("CSEC");