Hello i have an Question about View* Entity...
is it possible to give an view* Entity a rotation function ?

Code
ENTITY* element_onscreen =
{
  type = "h2.mdl";
  layer = 10;
   x = 750;
   y = -330;
   z = -10;
   pan = 0.2; // like this ..endless
   flags2 = SHOW;
}