Did you know: the physics stuff only works inside a complete environment. I had built a simple test level consisting of a large cube. The testing took place on top of this cube. I tried again inside a cube and everything worked fine. I hate computers. I need more prozac buttered toast.
Quote:
only actions can be attached
It's my understanding that an action is attached by the world editor and a function is attached by ent_create. To quote the manual:
Quote:
ent_create(string filename, vector Position, function);
and then:
Quote:
The given function will start immediately after creation
The word action is never mentioned. Is my understanding of the situation correct, or am I attaching the wrong things?
Thanks guys.