Page 2 of 2

Re: Multi-group membership for droids?

Posted: 12 Dec 2012, 18:37
by NoQ
+1 for the example of a use for .group property, NullBot uses that to make attacked groups react collectively.

Re: Multi-group membership for droids?

Posted: 12 Dec 2012, 19:30
by Per
Ok, added .group to features and structures as well.

As for groupAddArea(), it is unchanged; meaning it still only adds droids in the area to your group. Changing it would make things incompatible, which would be a big no-no. The function is somewhat redundant, though, since you can do the same with enumRange() and groupAdd(), just with more control (and possibly faster for smaller areas).