Originally Posted By: Xarthor
You cannot attach a function to an already created entity.
Are you sure of this Xarthor?

Shouldnt this work?
Code:
action earthball_Control()
{  while(my)
   {  if(my.z < -100)
      {  my.z = 500;  }
      wait(1);
   }
}

function main()
{
   ...
   ...
   me = eBall;
   earthball_Control();     //OUTSIDE of any loop
   ...
   ...
}




"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial