Hello,

if I use trace how can I get the info whether I hit a block or
an entity?

Something like:
Code:
if(you==entity){...}
if(you==block){...}



This doesn't work:
Code:
if(event_type==event_block){ ...}


Nothing happens...