Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Hotkeys do not work if player mouse cursor is hovering over (interactable?) objects#519

Say a player uses the following hotkey to bind “PgUp” to a button-pushing function:

addHotkey(‘Press the button’, function(pColor) pushButton(pColor) end, false)

pushButton() does not execute if that player’s mouse cursor is hovering over that button (or any other object that, when hovering over it, will make a red dot appear above the player cursor). That player has to move their mouse into an “open” area to get the hotkey to work.

3 years ago
D

I can verify this. I also ran into this problem a while ago.

3 years ago
Changed the status to
Research
3 years ago
Changed the status to
In Progress
3 years ago
Changed the status to
Completed
3 years ago