Hi. I've created entity, but I want it to be completly non-solid, so it won't collide with other things on map.
I've set
PHP Code:
entity_set_int(HawkEnt, EV_INT_solid, 0)
But it sometimes bounce from some walls, how do I make it completyly non-colliding?
@EDIT, SOLVED
Ok, I got it, needed to change movement type too.