Difference between revisions of "alias"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page Alias to alias: Converting page titles to lowercase)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
  
 
  alias_atkoff conf attackAuto 0
 
  alias_atkoff conf attackAuto 0
 +
 +
* Heal ourselves when using the command '''heal'''.
 +
 +
alias_heal ss 28
 +
  
 
'''Note:''' You can specify multiple aliases as long as each alias name is unique.
 
'''Note:''' You can specify multiple aliases as long as each alias name is unique.
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Latest revision as of 22:34, 26 April 2021

alias_<alias name> <console command>
This option allows you to set up custom command names or aliases for faster console command issuing.

Example

alias_atkoff conf attackAuto 0
  • Heal ourselves when using the command heal.
alias_heal ss 28


Note: You can specify multiple aliases as long as each alias name is unique.