CoC2.player.gems = 50000
You can set flags to skip or trigger events:
CoC2.flags["WAYFORT_PROGRESS"] = 3 // Example only – flag names vary
To find flag names, search the game’s JavaScript or look for CoC2.flags output. corruption of champions 2 console commands
| Command | Arguments | Description |
| :--- | :--- | :--- |
| help | None | Lists available commands in the current context. |
| clear | None | Clears the console log. |
| save | [Slot Number] | Forces a save into a specific slot. |
| load | [Slot Number] | Forces a load from a specific slot. | You can set flags to skip or trigger events:
CoC2