Hello
Does anyone no if it is possible to put an action to "disabled" mode for awhile without destroying the actual entity, the action is associated. So for example if I

Ball=ent_create("ball.mdl",TempBallPos,DestroyBallIfOutsite);

is it possible to put action:"DestroyBallIfOutsite" "off" for awhile and then put it on again, without removing the entity "Ball"?

regards
Jarkko