How do I get the event to trigger only once, while keeping the boxes overlapped?
To be clear, the boxes are not triggering each other, they just play the event twice when the player walks into the combined zones.
How do I get the event to trigger only once, while keeping the boxes overlapped?
To be clear, the boxes are not triggering each other, they just play the event twice when the player walks into the combined zones.
A quick idea to test:
OtherActor is BoxClass:
Count = GetOverlappingActors(BoxClass).LengthCount == 1 && !bDidSomething → do, set bDidSomething = trueOtherActor is BoxClass:
Count = GetOverlappingActors(BoxClass).LengthCount == 0 → bDidSomething = false