vertix combo announcer

announces vertix kill combos in chat

Verze ze dne 13. 06. 2016. Zobrazit nejnovější verzi.

// ==UserScript==
// @name         vertix combo announcer
// @version      0.1
// @description  announces vertix kill combos in chat
// @author       pasimko
// @match        http://vertix.io/
// @namespace https://greasyforks.org/users/48620
// ==/UserScript==
a.on("3", function(a) {
    if (a.kd == 2) {
        socket.emit("cht", "TRIPLE KILL", 'ALL');
    }
});
长期地址
遇到问题?请前往 GitHub 提 Issues。