Search found 2 matches

by 808ethan
Tue Dec 03, 2013 5:50 pm
Forum: Development
Topic: Possible to View Flags on Ground?
Replies: 14
Views: 11827

Re: Possible to View Flags on Ground?

Ah, were doing a robot tank competition. We all seemed to think this would be an essential strategy. If its not possible then no one will show up with it and that's one less thing we have to program.
by 808ethan
Tue Dec 03, 2013 10:56 am
Forum: Development
Topic: Possible to View Flags on Ground?
Replies: 14
Views: 11827

Possible to View Flags on Ground?

I'm running a loop for (int i = 0; i < numFlags; i++) { Flag& flag = World::getWorld()->getFlag(i); } and it reports all non-team flags as PhantomZone. Once a tank picks up a flag, it registers as its true flag type, but this makes it impossible to pick a flag you want and chase after it. Is thi...