I have siege map and there is one objective where you need to take lift to reach second floor. This lift can be activated by red team(team 1) only. But after completing this objective I want everyone to be able to activate this lift. Lift button has key "team" "1" as default. Lift is scripted and it is not easy "just remove one trigger and replace it with another". I tried to objective trigger target scriptrunner, but it doesn't work: "t304" is my lift button targetname
affect ( "t304", /*@AFFECT_TYPE*/ FLUSH )
{
set ( "team", "0" );
}
Pls help.