I tried this:
if (1 <= time <= 5 && self.frags >= 3)
sprint (self, PRINT_HIGH, "you are on a killing spree!\n");
Trying to get the message to print if you have 3 or more kills in a 5 second span.
It didn't quite work although it compiled

Any words of wisdom?