Page 1 of 1

FUnctions.BSF

Posted: Mon Oct 08, 2012 9:02 am
by enric
This library: Functions.BSF, found in DATA/SCRIPTS/ has the FUNCTION AddRandom with a ";" added in its definition.

It is defined like:
AddRandom(x1, y1, x2, y2, x3, y3, facing, side, team, type) ;
{

}

Probably has no effect but, as I've seen in the other functions definitions the ";" should not be here.

Re: FUnctions.BSF

Posted: Mon Oct 08, 2012 10:23 pm
by pipfromslitherine
correct - it is a typo, but the ; is ignored, it's just there for us C programmers who add one out of habit.

Cheers

Pip