Es.commandv
From EventScripts Community Encyclopedia
[edit] Method: commandvModule: es [edit] Method Overview[edit] Table of Contents
[edit] DescriptionExecutes what is in the variable as a command. This is the Python equivalent of: http://www.eventscripts.com/pages/es_commandv [edit] Arguments
[edit] Examplesdef player_say(event_var): msg = "es_msg Hello" if event_var["text"] == "hello": es.commandv(msg) [edit] Notes
[edit] See Also |
|
