Home > bitburner > Corporation > createCorporation
Create a Corporation.
Signature:
createCorporation(corporationName: string, selfFund: boolean): boolean;
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
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.