Es regsaycmd
From EventScripts Community Encyclopedia
|
[edit] 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: es_xregsaycmd [edit] DescriptionRegisters a say command that will initiate the specified block of code upon use, passing its parameters. The command will not be displayed via say/say_team [edit] Parameters
[edit] Examplesblock load { es_regsaycmd test script/test "test command" } block test { es_msg This command was run! } This will initiate the test arg1 arg2 arg3 It would then message "This command was run!"
[edit] Notes
[edit] See also
|
