<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4960" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Expanding on Alias snippet - adding system level aliases (works with 1.4a)</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4960</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Expanding on Alias snippet - adding system level aliases (works with 1.4a)</title>
   <link>https://smaugmuds.afkmods.com/topic/expanding-on-alias-snippet---adding-system-level-aliases-works-with-14a-4960/&amp;p=24169#p24169</link>
   <description>expands on the existing alias snippet. at the top of alias.c - add the following block of code: [codebox] // system level aliases - based on spells given in class files // Voodoo - 2024 #define MAX_SYSTEM_ALIASES 6 struct alias_struct { char* aliasName; char* spellName; }; // Declaration and initialization of _system_aliases struct alias_struct _system_aliases[MAX_SYSTEM_ALIASES] = { { &amp;quot;crli&amp;quot;, &amp;quot;cure light&amp;quot;}, { &amp;quot;crse&amp;quot;, &amp;quot;cure serious&amp;quot;}, { &amp;quot;stsk&amp;quot;, &amp;quot;stone skin&amp;quot;}, { &amp;quot;bl</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/expanding-on-alias-snippet---adding-system-level-aliases-works-with-14a-4960/&amp;p=24169#p24169</guid>
   <pubDate>Fri, 3 May 2024 16:59:44 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Gdub)</author>
  </item>
 </channel>
</rss>
