Re: parsing

From: Marcelo Valle Moreira (pira@dcc.unicamp.br)
Date: 05/29/96


> I am getting a parsing error in the class.c.  The line is as follows:
> 
> add_mana = number(GET_LEVEL(ch), (int) (1.5 * GET_LEVEL(ch));
> 
> I cannot seem to find the problem...  It is in the advance_level function
> Hopefully someone else can help me.
> 
> Thanks in advance,

hmmmm, 5 parenthesis opened, 4 parenthesis closed =o)

make it five / five =o)

like : add_mana = number(GET_LEVEL(ch), (int) (1.5 * GET_LEVEL(ch)));

seeya,
	WidowMaker



This archive was generated by hypermail 2b30 : 12/18/00 PST