ReloadScript

Revision as of 12:20, 3 February 2012 by imported>Plplecuyer (Created page with "Reloads the specified Papyrus script, which the game will immediately start using. ==Syntax== ReloadScript <script> ==Parameters== *Script: The script to reload. ==Examples==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Reloads the specified Papyrus script, which the game will immediately start using.

Syntax

ReloadScript <script>

Parameters

  • Script: The script to reload.

Examples

ReloadScript MQ101Script

Notes

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.

See Also

Save File Notes (Papyrus)