The action "call function" on an "is Overlapping" condition crashes the runtime when multiple objects are picked in the overlap test (let's say "A overlaps B" is the condition, if 2 or more A's overlap B's then it will crash). The problem is fixed by adding a for each loop after the overlapping condition, or by placing the function call in a subevent.