Es.copy
From EventScripts Community Encyclopedia
[edit] Method: copyModule: es [edit] Method Overview[edit] Table of Contents
[edit] DescriptionCopies the value of one variable to another. This is the Python equivalent of: http://www.eventscripts.com/pages/es_copy [edit] Arguments
[edit] Exampleses.ServerVar("var1").set("Hello, How are you?") es.ServerVar("var2").set("I'm doing great!") var1 = es.ServerVar("var1") es.msg(var1) es.copy("var1","var2") var1 = es.ServerVar("var1") es.msg(var1) [edit] Notes
[edit] See Also |
|
