Hi all, been a while since i have posted but i have a question about a section of code that i dont realy get. i was wondering if anyone can help me make sence of this for loop i dont realy get whats going on here,
Im sort of lost, any explaination would be great.
for (x=1; x<=mnum; x++)
{
material = get_obj_carry (ch, arg1 );
if (material == NULL)
{
send_to_char( "You didn't realize it when you started, but you haven't enough material\n\r", ch);
return;
}
Im sort of lost, any explaination would be great.