<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.thresholdrpg.com/index.php?action=history&amp;feed=atom&amp;title=Alias_command</id>
	<title>Alias command - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.thresholdrpg.com/index.php?action=history&amp;feed=atom&amp;title=Alias_command"/>
	<link rel="alternate" type="text/html" href="https://wiki.thresholdrpg.com/index.php?title=Alias_command&amp;action=history"/>
	<updated>2026-05-02T00:47:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://wiki.thresholdrpg.com/index.php?title=Alias_command&amp;diff=4180&amp;oldid=prev</id>
		<title>Gesslar: Gesslar moved page Alias system to Alias command</title>
		<link rel="alternate" type="text/html" href="https://wiki.thresholdrpg.com/index.php?title=Alias_command&amp;diff=4180&amp;oldid=prev"/>
		<updated>2022-08-20T20:18:54Z</updated>

		<summary type="html">&lt;p&gt;Gesslar moved page &lt;a href=&quot;/w/Alias_system&quot; class=&quot;mw-redirect&quot; title=&quot;Alias system&quot;&gt;Alias system&lt;/a&gt; to &lt;a href=&quot;/w/Alias_command&quot; title=&quot;Alias command&quot;&gt;Alias command&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 20:18, 20 August 2022&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key com_threshold_wiki:diff::1.12:old-1754:rev-4180 --&gt;
&lt;/table&gt;</summary>
		<author><name>Gesslar</name></author>
	</entry>
	<entry>
		<id>https://wiki.thresholdrpg.com/index.php?title=Alias_command&amp;diff=1754&amp;oldid=prev</id>
		<title>Gesslar: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.thresholdrpg.com/index.php?title=Alias_command&amp;diff=1754&amp;oldid=prev"/>
		<updated>2021-07-18T15:30:14Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:30, 18 July 2021&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key com_threshold_wiki:diff::1.12:old-1753:rev-1754 --&gt;
&lt;/table&gt;</summary>
		<author><name>Gesslar</name></author>
	</entry>
	<entry>
		<id>https://wiki.thresholdrpg.com/index.php?title=Alias_command&amp;diff=1753&amp;oldid=prev</id>
		<title>Gesslar: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.thresholdrpg.com/index.php?title=Alias_command&amp;diff=1753&amp;oldid=prev"/>
		<updated>2021-05-26T00:54:00Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The alias system in [[Threshold RPG]] allows players to add up to 50 aliases on top of the [[global aliases]] that are already available.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
{{mud|alias}} - View current aliases.&lt;br /&gt;
&lt;br /&gt;
{{mud|alias &amp;lt;verb&amp;gt; &amp;lt;command&amp;gt;}} - Set &amp;lt;verb&amp;gt; to execute &amp;lt;command&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{mud|alias &amp;lt;alias&amp;gt;}} - List the current setting of &amp;lt;alias&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{mud|unalias &amp;lt;alias&amp;gt;}} - Remove &amp;lt;alias&amp;gt; from the alias list.&lt;br /&gt;
&lt;br /&gt;
{{mud|alias -clear}} - Clear all your aliases.&lt;br /&gt;
&lt;br /&gt;
===Substitution variables===&lt;br /&gt;
'''$#''' - Where # is the number of the word after the verb to substitute.&lt;br /&gt;
&lt;br /&gt;
'''$*''' - Will be substituted with everything after the verb.&lt;br /&gt;
&lt;br /&gt;
Prefixing the alias verb with a $ allows you to set up a verb that does not require a space after it similar to how ' works for say.&lt;br /&gt;
&lt;br /&gt;
==Alias Examples==&lt;br /&gt;
{{mud|alias bc bury corpse}} - This allows you to type bc to bury a corpse&lt;br /&gt;
&lt;br /&gt;
{{mud|alias th threshold $*}} - This allows you to use th for threshold channel&lt;br /&gt;
&lt;br /&gt;
{{mud|alias $\ trivia $*}} - This allows you to use \ for the trivia channel without having to type a space.&lt;br /&gt;
     You type: \Hello!&lt;br /&gt;
     Result: Yourname [trivia] Hello!&lt;br /&gt;
&lt;br /&gt;
{{mud|alias bob tell bob $*}} - This allows you to use bob to send tells to a player named Bob.&lt;br /&gt;
&lt;br /&gt;
{{mud|alias pb put $1 in bag}} - With this alias, the first word you type after pb will be what you try to put in a bag.&lt;br /&gt;
     You type: pb dagger&lt;br /&gt;
     Result: put dagger in bag&lt;br /&gt;
&lt;br /&gt;
==Special Note==&lt;br /&gt;
Keep in mind that a large list of aliases means it requires more system resources for *every* command you type (whether aliased or not). In other words, use aliases to help you out, but don't use them frivolously.&lt;br /&gt;
&lt;br /&gt;
==Help File==&lt;br /&gt;
* help alias&lt;br /&gt;
* help alias examples&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands]]&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Gesslar</name></author>
	</entry>
</feed>