Hotkey — Fightcade Lua
-- Start new macros on rising edge for id, macro in pairs(macros) do if current_keys[macro.trigger] and not last_keys[macro.trigger] then active_macro = macro = macro, step = 1, frame_in_step = 0, trigger_key = macro.trigger
If you are using a custom or community-made Lua script, you might want to change which keys activate certain actions. Most Lua scripts are text files (.lua) that can be edited. fightcade lua hotkey
last_keys = current_keys
local log = io.open("fc_debug.log", "a") log:write(os.date("%X") .. " Hotkey U triggered\n") log:close() -- Start new macros on rising edge for
