Skyrim Codex

set Console Command

Documentation and examples for the set command in Skyrim.

set

Debug & Info

Set a global variable to a value.

ParameterDescription
VariableTextrequired
ValueNumberrequiredThe numeric value to set.

Command builder

Fill in the parameters to build a ready-to-paste set command.

Variable
Value

Examples

Here is an example of how to use set.

Sets the timescale global variable to 16.

Overview

Assigns a value to a named global variable using the syntax set <variable> to <value>. The most common use is set timescale to N to change how fast time flows, but many quest and gameplay globals can be tuned this way. Changing the wrong global can break a quest, so only edit ones you understand. Read a global's current value with getglobalvalue.

Frequently asked questions

How do you use the set command in Skyrim?

Open the console with the tilde (~) key while in-game, type set followed by its parameters, then press Enter. For example: set timescale to 16. The console is only available in the PC version of Skyrim.

What does the set command do?

Set a global variable to a value.

What are the parameters for the set command?

The syntax is set [variable] [value]. It takes 2 arguments: variable, value.

Does the set command require any DLC?

No. set is part of the base game and works without any DLC.

Does using set disable Steam achievements?

Opening the console and entering any command, including set, disables Steam achievements for the rest of that play session on PC. Reload an earlier save or use an achievement-enabler mod if you still want achievements.