It doesn't work. PrintC works, but no tappy tappy. No exiting, no Taking All.
I'm beginning to think this is why I can't find a mod to fix this problem.....but anyone know why it doesn't work?
scn jawMenuControlFixQuestScriptshort ActivateKeyshort LeftKeyBegin Menumode 1008if GetGameLoaded set ActivateKey to getcontrol 5 set LeftKey to getcontrol 2endifif IsControlPressed 5 MenuTapKey 18 printc "E pressed"endifif IsControlPressed 2 MenuTapKey 30 printc "A pressed"endifend