Action activates trigger.

Hi,i have lever in my game,everything is set…When i press lever i want on other side of map enables (turns on) Box Collider with IsTigger activated and with all scripts on it.HOW TO DO THAT? How to activate another trigger by action? Help?

You should write script which finds required game Object and then activate required component. It is quite high level description, for details check: