alongside the first trigger which will make the player win, the second trigger should fire whenever anyone who is not the player enters. thus, make the second trigger activate on west present (or whatever side the rivals are on), and the condition field should read
this and (not ((thislist select 0) == player))
that is tested and works.