How can i add an action to a created entity?
Can i do this??
I think any like this:
Code:
action act()
{
set(my,PASSABLE);
...
}

...
ENTITY* tmp = ent_create("cbabe.mdl",nullvector,NULL);
...
ent_setaction(tmp,act);
...




Visit my site: www.masterq32.de