Before a script can use a custom hotkey, you must map it to your controller or keyboard. : Launch your game in Fightcade via the Game > Map game inputs : Scroll down to the bottom of the list to find Lua Hotkey 1 Lua Hotkey 2 Lua Hotkey 3
end
If you are developing a Lua script and want to implement a custom hotkey feature, you can use the input.get() function provided by the FBNeo Lua API. fightcade lua hotkey
-- hotkey_reset.lua local hotkey_pressed = false Before a script can use a custom hotkey,