Es commandv

From EventScripts Community Encyclopedia


Overview

Syntax: es_commandv <variable>

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: es_xcommandv

Description

Executes what is in the variable as a command.

Parameters

  • <variable> - Whatever this variable is set to is what will be executed as a command

Examples

es_xset mycommand "es_xmsg I just executed this es_msg with es_commandv!"
es_xcommandv mycommand

Output:

I just executed this es_msg with es_commandv!


Notes

  • Doesn't expand anything in the variable


See also


blog comments powered by Disqus