Chat commands
From HEWIKI
(Difference between revisions)
m (1 revision) |
(→See also) |
||
Line 14: | Line 14: | ||
==See also== | ==See also== | ||
− | * Chat Commands (which are run on the server) should not be confused with client-side [[CLI Commands]], which are typed into the | + | * Chat Commands (which are run on the server) should not be confused with client-side [[CLI Commands]], which are typed into the Console Window. |
[[Category:Chat commands| ]] | [[Category:Chat commands| ]] | ||
[[Category:Script entry points]] | [[Category:Script entry points]] |
Revision as of 19:09, 9 November 2012
Chat commands are commands that are issued in either HeroBlade's chat panel or your own game-specific chat GUI. They are interpreted in HSL.
Some commands are included as a part of Clean Engine implementations of HSL systems.
Creation
To create a Chat command:
- Write a command script
- Link the script to a new command with /REGISTER
For a step-by-step tutorial, see Creating server scripts.
List of commands
For a list of some commonly-used chat commands, see Category:Chat commands
See also
- Chat Commands (which are run on the server) should not be confused with client-side CLI Commands, which are typed into the Console Window.