Welcome to the Builder Academy

Question Races

More
22 Jun 2012 04:11 - 22 Jun 2012 04:17 #169 by Vatiken
Replied by Vatiken on topic Re: Races
Code:
/* Race of ch. */ #define GET_RACE(ch) ((ch)->player.race); <----------- NO SEMICOLON!
Small bills please... ;)

tbaMUD developer/programmer
Last edit: 22 Jun 2012 04:17 by Vatiken.
The following user(s) said Thank You: Papaya Pete

Please Log in or Create an account to join the conversation.

More
22 Jun 2012 04:16 - 22 Jun 2012 04:23 #170 by Papaya Pete
Replied by Papaya Pete on topic Re: Races
WTC? I should've seen that one. Guess I need to pay closer attention!

You take half dollar bills? Pennies? :P

Btw I'm not going to mention how many times I made that ; mistake. >_>
Last edit: 22 Jun 2012 04:23 by Papaya Pete.

Please Log in or Create an account to join the conversation.

More
22 Jun 2012 11:00 #183 by Liko
Replied by Liko on topic Re: Races

Papaya Pete wrote: WTC? I should've seen that one. Guess I need to pay closer attention!

You take half dollar bills? Pennies? :P

Btw I'm not going to mention how many times I made that ; mistake. >_>


Other than the small semi colon error, did this patch pretty easily?

Randian(0.0.0)
Owner/Developer
The following user(s) said Thank You: Papaya Pete

Please Log in or Create an account to join the conversation.

More
22 Jun 2012 16:07 #185 by Papaya Pete
Replied by Papaya Pete on topic Re: Races
Yes it did! Thank you. :) The only thing I see that is off is that on the who list the color bleeds for the Imp's title.

Please Log in or Create an account to join the conversation.

More
31 Oct 2012 02:05 #962 by Liko
Replied by Liko on topic Re: Races
bump to notify of fix and fix is posted in snippets also for download.

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

More
09 Apr 2024 03:07 #10380 by Fubar
Replied by Fubar on topic Re: Races
Hey everyone if you want to add this into do_score:

send_to_char(ch, " Race : %s", pc_race_types[(int)GET_RACE(ch)]);

Please Log in or Create an account to join the conversation.

Time to create page: 0.240 seconds