Aliases
Aliases allow players to create custom shortcuts for longer commands or to run a script. Using aliases improves efficiency and minimizes the likelihood of syntax errors during critical moments. From a technical perspective, aliases act as lightweight, user-defined macros that interface directly with the game’s command parser. They provide a layer of customization, allowing players to tailor their input methods to their own playstyle.
How to Create an Alias
- On the right-side panel, you can configure and manage your Aliases. Behind the scenes, each alias is powered by a JavaScript engine. By leveraging JavaScript, aliases can incorporate logic, conditional statements, and dynamic variables. For example, you can create an alias that checks the player’s current status before executing a command, or one that adjusts its behavior based on user input.
- Save your changes