If at least one person in radius does... then

I’m trying to use something in my code where as long someone within 5 meters of event player holds reload button the action happens. Let me know if this is possible or you need an elaboration if it doesn’t make sense, thanks!

Try to do something like this:

Is True For Any(
  Players Within Radius(Event Player, 5, Team†, LOS Check†),
  Is Button Held(Current Array Element, Reload)
)

Set the Team/LOS Check parameter to whatever you wish.

2 Likes

RIP “Team” and “LOS check”. You have been great placeholders for actual values :frowning:

1 Like