Think of it like this:Durandal wrote:Well ... for example, thepart ... Does it mean that everybody's allied with Team 0 ? Or does it mean that nobody has any allies at all ?[ALLYTEAM0]
{
NumAllies=0;
}
[ALLYTEAM1]
{
NumAllies=0;
}
[ALLYTEAM2]
{
NumAllies=0;
}
Code: Select all
[ALLYTEAM0] { NumAllies=0; }
[ALLYTEAM1] { NumAllies=0; }
[ALLYTEAM2] { NumAllies=0; }
ALLYTEAM1 has the following atributes: { NumAllies? Zero }
ALLYTEAM2 has the following atributes: { NumAllies? Zero }
So, yes, none of the teams has any ally.
You'll probably figure out easily what it is expressed in that script if you learn to follow the "{}" thingies. Rearange them into something that you can see easily and put some tabs on it. My script had tabs but they are not shown in these Forums.