War3 RPG

War3 RPG

Things about WarCraft III modding.

war3rpg.top framework

Link: war3rpg.top

Button - Sync Click

button = {
    type = 'button',
    sync_key = 'UNIQUE-SYMBOL',
    on_sync_button_clicked = function(self, player)
        ... stuffs here
    end,
}

Last updated