Difference between revisions of "alias"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with ''''alias_'''(<alias name>) [<command>] This option allows you to set up custom command names or aliases for faster console command issuing. Example: alias_fullheal ss 28 10…')
 
Line 7: Line 7:
 
   alias_laagg c laaaagggggg
 
   alias_laagg c laaaagggggg
  
In the example above, typing "laagg" in the console has the same effect of typing "c laaaagggggg".
+
In the example above, typing "fullheal" in the console has the same effect of typing "ss 28 10"(This means use skill Heal level 10 to yourself).typing "laagg" in the console has the same effect of typing "c laaaagggggg".
  
 
'''Note'''. You can specify multiple aliases as long as each alias names are unique.
 
'''Note'''. You can specify multiple aliases as long as each alias names are unique.
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Revision as of 11:25, 3 December 2009

alias_(<alias name>) [<command>]

This option allows you to set up custom command names or aliases for faster console command issuing.

 Example:
 alias_fullheal ss 28 10
 alias_laagg c laaaagggggg

In the example above, typing "fullheal" in the console has the same effect of typing "ss 28 10"(This means use skill Heal level 10 to yourself).typing "laagg" in the console has the same effect of typing "c laaaagggggg".

Note. You can specify multiple aliases as long as each alias names are unique.