MuScript currently permits defining events arbitrarily, so you're free to define event OnCatCrime(); and nobody will complain about it. The engine only supports a limited set of events though, so we should probably narrow down the set of events we allow to that.
Other than that the keyword event is not useful for scripts, as all the functionality can be recreated using regular functions.