Es load
From EventScripts Community Encyclopedia
|
OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: {{{x}}} DescriptionLoads a script addon file from the directory gamedir/addons/eventscripts/scriptname/es_scriptname.txt - load will fail if the script is already loaded or does not exist in that directory. Causes the block load block of the script to be invoked to allow the script addon to initialize.
Parameters
Exampleses_load mugmod // list to console loaded script addons and their status es_load
Notes
See alsoExternal linkses_xload {{{category}}} |
