you can't attach more than one action to a model.
To attach an action to a model without using WED, you can use
ent_create(STRING* filename, VECTOR* position, function); and you give the function parameter the function you want the model to have.
This is the only way i know to attach an action/function to an entity without assigning it in WED.