I have a simple event:
IF Player is overlapping helpbubble
AND SimpleShadow variable objectID = HelpBubble.UID
THEN make both invisible
It only effects the first help bubble instance's shadow however. All the other instances of the help bubbles function normally except their shadows refuse to be effected by any actions I try to apply to them.