getFlag("[flag_name]") – Displays the current progression status of a specific quest line.
Reset a flag – sometimes you need to set it to undefined instead of 0 : flags['FLAG_NAME'] = undefined;
| Command | Effect | |---------|--------| | pc.addExp(9999999); | Add massive experience to your character. | | companion1.addExp(9999999); | Add experience to the first companion in your party. | | companion2.addExp(9999999); | Add experience to the second companion. | corruption of champions 2 console commands
pc.physiqueRaw = 50; pc.reflexesRaw = 50; pc.aimRaw = 50; pc.intelligenceRaw = 50; pc.willpowerRaw = 50;
(Actual property names vary; check the source code for exact fields.) | | companion2
Most perks do not use the four value parameters (set them to 0), but some, like Inhuman Desire , do. To remove a perk:
These are the most popular commands for respeccing or boosting your Champion. You will see a command line prompt at
You will see a command line prompt at the bottom of this tab where you can type or paste JavaScript code to manipulate the game state. Understanding the Command Structure