PlayerMadeQuests (PMQ)

PlayerMadeQuests (PMQ)

8.5k Downloads

Radius parameter throws build error

dolphinspired opened this issue ยท 1 comments

commented

The "radius" condition for the explore objective expects to have a "CheckCondition" method, but this parameter actually should not have one. Need to think how this fits into the QuestEngine.

commented

The quick fix was just to make CheckCondition not required for all conditions.