But One Question, where is the variable for the Brushmodel?
I have add the Brushmodel in the upper part:

Code:
        trigs = [];
->      BrushModel = getent("BrushModel","targetname");      <-
	trig1 = getent("secdoor1trig", "targetname"); 
	trig2 = getent("secdoor2trig", "targetname"); 
	trig3 = getent("secdoor3trig", "targetname");
I thought i need it for the Elevator part, is that wrong?