Multi-group membership for droids?

For AI and campaign script related discussions and questions
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Multi-group membership for droids?

Post by NoQ »

+1 for the example of a use for .group property, NullBot uses that to make attacked groups react collectively.
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: Multi-group membership for droids?

Post 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).
Post Reply