[SMAUG] Languages

[SMAUG] Languages



Hi to all,
I have added 3 new tongue to my mud, one for every alignment (good, evyl and
neutral).
I have added this tongues in the LANG array and assigned to them a gns and I
have added them in the Skill.dat file.

I have added a line like this:

  if (ch->alignment == -1000 ) /* Evyl */
   ch->pcdata->learned[skill_lookup("evyl")] = 100;

in the nanny procedure so that when I create an evyl pc he learn his racial
languages and the evyl tongue (my pc are created with only 3 possible
alignment: 0, 1000, -1000)

This procedure give me no errors, in the player file I can se the line:
Tongue       100 'evyl'
but when the pc uses the practice command this new tongue did not appear in
the list...

someione can help me?

Setlik, Signore dell'Alba