[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [destroyW0r1dD43m0n](./bitburner.singularity.destroyw0r1dd43m0n.md) ## Singularity.destroyW0r1dD43m0n() method Destroy the w0r1d\_d43m0n and move on to the next BN. **Signature:** ```typescript destroyW0r1dD43m0n(nextBN: number, callbackScript?: string, bitNodeOptions?: BitNodeOptions): void; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| nextBN | number | BN number to jump to |
| callbackScript | string | _(Optional)_ Name of the script to launch in the next BN. |
| bitNodeOptions | [BitNodeOptions](./bitburner.bitnodeoptions.md) | _(Optional)_ BitNode options for the next BN. |