ReloadScript

Reloads the specified Papyrus script, which the game will immediately start using. (Requires 1.6)

SyntaxEdit

ReloadScript <your script here>

ParametersEdit

  • Script: The script to reload.

ExamplesEdit

ReloadScript MQ101Script

NotesEdit

This behaves as if you had saved your game, quit, made your changes to the script, and then re-loaded your save. Except without actually requiring you to do all that. As such, it follows the same rules that the save/load system does. This will also reload any scripts that extend from the requested script.

See AlsoEdit

Save File Notes (Papyrus)