Simple command renamer

Tattletale

New Member
Reaction score
0
Good evening,

I was wondering whether we could get approval for this .net script

JavaScript:
javascript:
    var popPackets=1000;
    var heavyPop=4;
    var troopsName= {
    archer:"arc",
    axe:"axe",
    catapult:"cat",
    heavy:"HC",
    light:"LC",
    marcher:"MC",
    ram:"ram",
    snob:"noble",
    spy:"spy",
    sword:"sw",
    spear:"sp",
    knight:"pal",
    packets:"packets"
    };
    $.getScript('https://dl.dropboxusercontent.com/s/943wux6kq026hft/commandRenamerInterface.js?dl=0');void(0);

It allows you to rename commands in a very simple manner. I can't find the approval on .net right now, but it's from there as well. If it's really necessary, I can go for a deep dive to look for it though.

Thanks for the consideration.

Tt

Approved
 
Last edited by a moderator:
Top