2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Singularity ](./bitburner.singularity.md ) > [softReset ](./bitburner.singularity.softreset.md )
## Singularity.softReset() method
2021-12-03 20:12:32 +01:00
SF4.3 - Soft reset the game.
2021-10-30 18:34:14 +02:00
< b > Signature:< / b >
```typescript
2021-11-04 01:19:52 +01:00
softReset(cbScript: string): void;
2021-10-30 18:34:14 +02:00
```
2021-11-04 01:19:52 +01:00
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| cbScript | string | 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. |
2021-10-30 18:34:14 +02:00
< b > Returns:< / b >
void
## Remarks
2021-11-03 05:27:21 +01:00
RAM cost: 5 GB
This function will perform a reset even if you don’ t have any augmentation installed.