skills_android.c:2297:66: macro "xIS_SET" requires 2 arguments, but only 1 given
this is the first time i have used this macro in an actual code and it's making me worry cause I don't understand what it's wanting... I'm, of course, using DBSaga Codebase 2.5(avalible at dbsdevelop.tk).
the line of code is:
if( xIS_SET(ch->pcdata->learned[gsn_t4] = 100) );
{
send_to_char("You already have that!" , ch);
return;
}
maybe it's just me being stupid, but I have no idea what i'm doing after 4 months of coding this stupid thing lol.
this is the first time i have used this macro in an actual code and it's making me worry cause I don't understand what it's wanting... I'm, of course, using DBSaga Codebase 2.5(avalible at dbsdevelop.tk).
the line of code is:
if( xIS_SET(ch->pcdata->learned[gsn_t4] = 100) );
{
send_to_char("You already have that!" , ch);
return;
}
maybe it's just me being stupid, but I have no idea what i'm doing after 4 months of coding this stupid thing lol.