Skip to main content

Script

Script Management

.script <load/unload/reload> <name>

Used to manage scripts. See Scripting for more information

  • .script load <name> would load a script with the name <name>.
  • .script unload <name> would unload script with the name <name>
  • .script reload <name> would reload the said script.
  • .script unsafe load <name> would load the script, in unsafe mode (which would allow file editing / query on your pc)
  • .script unsafe reload <name> reload unsafe script
  • .script list / .script unsafe list lists script (and unsafe scripts) that are currently loaded.
  • .script folder opens scripts folder.