Hi,
in version 17.1 the predefined code for triggers on Decision Points and Photoeyes for Acquiring areas throws this error:
Could not resolve correct operator for += operation. Left side type is treenode&, right type is int
On this section of the code:
// if it's already acquired, but it's acquired by the same claimer
// then increment the number acquired
numAcquired += 1;
it seems to me that the .value attribute needs to be added to numAcquired
For users facing this error, doing so, corrects it.