Hm... it's a global entity pointer.
I tried changing its name as well... nothing.
And, der_Omega, it's a button that executes the function... not an entity. so... hm
Thx for answering!
but my problem remains...
this is the entire function:
Code:
function new_single_O()
{
you = ent_next(null);
while(you)
{
removed_atom = you;
ent_remove(removed_atom);
you = ent_next(you);
}
selected_atom = ent_create(oxygen_mdl,nullvector,oxygen);
}