Difference between revisions of "ReloadScript"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
imported>Rhavlovick
 
Line 2: Line 2:


==Syntax==
==Syntax==
ReloadScript <scr+ipt>
ReloadScript <your script here>


==Parameters==
==Parameters==

Latest revision as of 09:42, 15 June 2012

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

Syntax[edit | edit source]

ReloadScript <your script here>

Parameters[edit | edit source]

  • Script: The script to reload.

Examples[edit | edit source]

ReloadScript MQ101Script

Notes[edit | edit source]

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 Also[edit | edit source]

Save File Notes (Papyrus)