i just dont understand why the bullet is action bullet and not function bullet?
since this bullet is runtime created it should be function..
on the ent_create process pass the function bullet right.
Also making that while loop, and then the event removing the entity while in the while loop will certain crash!! no? i think it should be
while(me) and not while (1);