Code: Select all
eventPickedUp(item,droid) { ... }
I've been looking at the docs around challenges, and it seems they can define custom game rules. So to make this style of gameplay possible we just need these things:
1. Ability to place an artefact on the map
2. Event triggered when a droid picks up that artefact
3. Ability for AI bots to pick stuff up (currently only humans can)
However, I'm not sure if challenges can be played as multiplayer games? I've never really tried any of the challenges.
It could be further extended by having some ability to put a beacon on the droid so that other players can see which droid has the artefact both on the map and minimap.

