All i problaby need now is something like this:
main()
{
something = getEnt("something", "targetname");

angle = 90; // 4 times = one full round
seconds = 1;

while (1)
{
for (i=0; i<4; i++)
{
iprintlnbold("rotateYaw " + i); // 0,1,2,3 = 4
something rotateYaw(angle, seconds);
something waittill("rotatedone");
}
From http://killtube.org/showthread.php?3...ng-brushmodels

Just that it takes 10 mins before it starts opening. and it rotates just 90 degrees and stops