You can use 'player', but not in the activation of the trigger. It needs to be in the condition.
Example: Your trigger is set to be triggered by 'Anybody' in a radius of 50m.
Condition: player in thisList
Activation: player addAction [blablabla]
Does it make sense?