Can press "F" only when in a specific trigger box

Easiest way is probably to set a boolean variable.

On enter trigger box set boolean ‘WithinBox’ to TRUE, on exit set ‘WithinBox’ to FALSE.

When F is pressed do a Branch check, if WithinBox is true then proceed.

I want to be able to press “F” only when i’m in a specific trigger box , how can I do it?

Works , thank you !

I couldn’t help but to ask, does the character pay respects when you press it?