no. I'm trying to add this action to the entity using script. I've defined the entity with
Code:
ENTITY* plane = "mig.mdl";


and then added the action to it with
Code:
plane = me;

inside the action. Is that the right way of doing it?