Es.getargs
From EventScripts Community Encyclopedia
[edit] Method: getargsModule: es [edit] Method Overview[edit] Table of Contents
[edit] DescriptionIt would return the whole command string send to a command! This is the Python equivalent of: http://www.eventscripts.com/pages/es_getargs [edit] Arguments(None)
[edit] Examplesdef load(): es.regsaycmd("test","script/test", "This is a test command") def test(): es.msg(es.getargs())So if you type test arg1 arg2 arg3 it would broadcast arg1 arg2 arg3!
[edit] Notes(None) [edit] See Also |
|
