Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1001 Bytes

bitburner.corporation.createcorporation.md

File metadata and controls

37 lines (21 loc) · 1001 Bytes

Home > bitburner > Corporation > createCorporation

Corporation.createCorporation() method

Create a Corporation.

Signature:

createCorporation(corporationName: string, selfFund: boolean): boolean;

Parameters

Parameter Type Description
corporationName string Name of the corporation
selfFund boolean If you want to self-fund. Defaults to true, false will only work in BitNode 3.

Returns:

boolean

true if created and false if not

Remarks

RAM cost: 20 GB

This function throws an error if:

  • Use seed money outside BitNode 3.

  • Be in a BitNode that has CorporationSoftcap (a BN modifier) less than 0.15. Use getBitNodeMultipliers to get the value of this modifier.