Es set
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}}} DescriptionCreates and/or sets the named variable to the value. If the variable is created for the first time, it will also optionally set its internal description for reference. Parameters
Examples// creates a server variable and initializes it to "hello" es_set myvar "hello" "This is an example variable" es_set myvar2 "hello, again!" // Note the description isn't required.
Notes
See also
External linkses_xset
|
