i dont know if i get crazy ore not but i am trying to do somthing like this


ENTITY* test_ent;
...

//creation of the entie + waiting some frames

test_ent.event = a_func;


the only thing is it crashes
if i changes this to "my.event = a_func;" it works but if i put it inside a other function i cant use "my" anymore

thx flits


"empty"