2019-03-02 19:08:54 -08:00
|
|
|
installAugmentations() Netscript Function
|
|
|
|
=========================================
|
|
|
|
|
|
|
|
.. js:function:: installAugmentations(cbScript)
|
2021-03-07 04:37:56 -05:00
|
|
|
|
2021-03-07 04:13:37 -05:00
|
|
|
:RAM cost: 5 GB
|
2019-03-02 19:08:54 -08:00
|
|
|
|
|
|
|
:param string cbScript:
|
|
|
|
Optional callback script. This is a script that will automatically be run after Augmentations are installed (after the reset).
|
|
|
|
This script will be run with no arguments and 1 thread. It must be located on your home computer.
|
|
|
|
|
|
|
|
If you are not in BitNode-4, then you must have Level 3 of Source-File 4 in order to use this function.
|
|
|
|
|
|
|
|
This function will automatically install your Augmentations, resetting the game as usual.
|
|
|
|
|
2019-07-13 22:44:53 -07:00
|
|
|
This function will return false if it was not able to install Augmentations.
|
|
|
|
|
|
|
|
If this function successfully installs Augmentations, then it has no return value because
|
|
|
|
all scripts are immediately terminated.
|