EmptyEpsilon icon indicating copy to clipboard operation
EmptyEpsilon copied to clipboard

[Request] Hotkey by lua script

Open tdelc opened this issue 7 years ago • 0 comments

Hi,

Do you think it is possible to have a function like customButton to configure hotkeys directly by the lua script ? I think it could simplify the actual hotkey system and provide more flexibility in custom mission.

Something like :

AddCustomHotkey("helms","HOTKEY_WARP","W",function()
player:commandWarp(1)
end)

tdelc avatar May 22 '18 08:05 tdelc