<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=5008" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: void nanny_get_new_race -- comm.c</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=5008</link>
  <description>The largest Smaug community resource site. - void nanny_get_new_race -- comm.c</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>void nanny_get_new_race -- comm.c</title>
   <link>https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24374#p24374</link>
   <description>Yea guess thats what makes it work correctly :P</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24374#p24374</guid>
   <pubDate>Thu, 13 Mar 2025 07:08:50 CDT</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
  <item>
   <title>void nanny_get_new_race -- comm.c</title>
   <link>https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24373#p24373</link>
   <description>Forgive me, but am I wrong or is the only change this addition you&#039;re talking about making? [code] for( iRace = 0; iRace &amp;lt; MAX_RACE; iRace++ ) { [color=green]	   if( race_table[iRace].race_name == NULL || race_table[iRace].race_name[0] == &#039;\0&#039; ) continue;[/color] if( toupper( arg[0] ) == toupper( race_table[iRace].race_name[0] ) &amp;amp;&amp;amp; !str_prefix( arg, race_table[iRace].race_name ) ) { ch-&amp;gt;race = iRace; break; } } [/code] </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24373#p24373</guid>
   <pubDate>Fri, 28 Feb 2025 21:20:17 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (GatewaySysop)</author>
  </item>
  <item>
   <title>void nanny_get_new_race -- comm.c</title>
   <link>https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24372#p24372</link>
   <description>RE: Fix: Took the null section out since it really did nothing... [code] void nanny_get_new_race( DESCRIPTOR_DATA * d, const char *argument ) { char buf[MAX_STRING_LENGTH], arg[MAX_STRING_LENGTH], buf2[MAX_STRING_LENGTH]; CHAR_DATA *ch = d-&amp;gt;character; int iRace, iClass, col = 0; argument = one_argument( argument, arg ); if( !str_cmp( arg, &amp;quot;help&amp;quot; ) ) { do_help( ch, argument ); send_to_desc_color( &amp;quot;&amp;amp;zPlease choose a race:&amp;amp;w &amp;quot;, d ); return; </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24372#p24372</guid>
   <pubDate>Thu, 27 Feb 2025 20:11:19 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
  <item>
   <title>void nanny_get_new_race -- comm.c</title>
   <link>https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24368#p24368</link>
   <description>Original: [code]void nanny_get_new_race( DESCRIPTOR_DATA * d, const char *argument ) { char buf[MAX_STRING_LENGTH], arg[MAX_STRING_LENGTH], buf2[MAX_STRING_LENGTH]; CHAR_DATA *ch = d-&amp;gt;character; int iRace, iClass, col = 0; argument = one_argument( argument, arg ); if( !str_cmp( arg, &amp;quot;help&amp;quot; ) ) { do_help( ch, argument ); send_to_desc_color( &amp;quot;&amp;amp;zPlease choose a race:&amp;amp;w &amp;quot;, d ); return; } for( iRace = 0; iRace &amp;lt; MAX_RACE; iRace++ ) {</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24368#p24368</guid>
   <pubDate>Sun, 16 Feb 2025 01:25:32 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
 </channel>
</rss>
