Thread: Compile error
View Single Post
Old 07-14-2002, 10:15 PM   #14
melker
New Member
 
Join Date: Jul 2002
Posts: 20
melker is on a distinguished road
Send a message via AIM to melker
[code]
if ((race == 0)
|| (!race_table[ch->race].pc_race)
|| (IS_GOOD(ch) && !race_table[ch->race].good)
|| (IS_NEUTRAL(ch) && !race_table[ch->race].neutral)
|| (IS_EVIL(ch) && !race_table[ch->race].evil))
{
send_to_char( "Invalid selection.\n\rEnter race name; ", ch );
return;
}

[/quote]

[code]
{
"dwarf", "Dwarf",
9,
{ 175, 150, 200, 130, 175, 175, 200, 200, 175, 175, 175,
140, 125, 170, 105, 140, 140, 170, 170, 140, 140, 140 },
{ "bash" },
{ 73, 63, 74, 53, 74, 59, 83, 63 },
{ 80, 70, 81, 60, 81, 66, 90, 70 },
SIZE_MEDIUM,
TRUE, /* Alignment good */
TRUE, /* Alignment neutral */
FALSE /* Alignment evil */
},
[/quote]
[code]
{
"dwarf", TRUE,
0,
AFF_INFRARED,
0,
0,
RES_EARTH|RES_POISON|RES_DISEASE,
VULN_WATER,
SHD_TERRA,
A|H|M|V, A|B|C|D|E|F|G|H|I|J|K
},
[/quote]
melker is offline   Reply With Quote