05 Dec, 2011, arholly wrote in the 1st comment:
Votes: 0
Hello:
I'm changing something in a pfile and want to make sure I'm doing it correctly. I'm going to be converting a number of skills to their new equivalents and want to make sure I do the conversion right. This is an example, is it right:
if(ch->ability[ACADEMIA].value >=0)
{
int p_academics = 0;
p_academics = ch->ability[ACADEMIA];
}

I want to make sure the Academia ability (for example) get's converted to the Academics ability. I've got a couple others I'm going to be doing, but this should be the easiest and want to make sure I'm doing it correctly.

Thanks for your help.
Arholly
05 Dec, 2011, arholly wrote in the 2nd comment:
Votes: 0
Nevermind. I figured it out. Thanks though.
0.0/2