Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- show_flag_time = [sleep 500 [echo (c 0)You carried the flag for: (c 5) (divf (- (millis) $flag_millis) 1000) (c 0)seconds.]]
- add2conloop [
- if_conline_has "you have the flag" [flag_millis = (millis)]
- if_conline_has "you scored" [show_flag_time]
- if_conline_has "you dropped the flag" [show_flag_time]
- ]
- if (! (checkalias mapstartalways)) [mapstartalways = ""]
- if (! (strstr $mapstartalways flag_millis)) [add2alias mapstartalways [flag_millis = 0]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement