EmptyEpsilon
EmptyEpsilon copied to clipboard
[Request] Hotkey by lua script
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)