If your future pop up script will use /me the event it will trigger on others' scripts will be
Code:
On *:ACTION:MATCHTEXT:#: {

In your case use
Code:
on *:action:prend*pour cible*:#: {
;<rest of your script here>
}

Give it a try smile