llde / xOBSE

Oblivion Script extender source
251 stars 36 forks source link

MenuTapKey doesn't seem to work #148

Closed qwertyasdfgh2 closed 2 years ago

qwertyasdfgh2 commented 2 years ago

Having this message in obse.log: "MenuTapKey doesn't seem to work called from mod Extended UI.esp"

The script itself is pretty simple: if IsConsoleOpen if bConsoleFix == 0 MenuTapKey 42; Left Shift Let bConsoleFix := 1 endif return else if bConsoleFix == 1 Let bConsoleFix := 0 endif endif

It used to work in the past, unfortunately don't remember on which version of OBSE.

llde commented 2 years ago

PRe Input system reworking probably. Will try to fix in the next release.

llde commented 2 years ago

@qwertyasdfgh2 fixed by 16858cae3e131dbaf4f6bdb783800235e9c5c0e8