Its, because in c-script you write it like this:

my.ENABLE_BLOCK = ON; // make entity sensitive for block collision
my.ENABLE_ENTITY = ON; // make entity sensitive for entity collision

Look for the examples in the manual about "event". There are two separate examples because of that.