How to use
Entering codes
Codes are not case sensitive; "a" is same as "A".
Codes are shown as: Code <#>
The < and > are not entered with the code, and # is replaced by the desired quantity.
The code to add an item is listed as: Player.AddItem <#>
If you wanted to add 500 gold, it would be entered as:
player.additem f 500
Targeting
To target an object, open the console and click the object. Its name will appear about center screen. An item targeted in the console is also called a reference.
A target may also be selected using the PRID command and the target's Reference ID.
Short Code or Prefix Required
Short code refers to a code having a short form that can be used interchangeably with the Long form.
ToggleFogOfWar is the long code form.
TFOW is the short code form.
Prefix Required refers to a code needing a prefix to work as intended.
SetHealth <#> will have no effect.
Player.SetHealth <#> will set your max health to <#>.