First G.E.C.K. attempt

Post » Sat May 28, 2011 1:12 pm

So, this is supposed to intercept the Activate key in the container menu and tap E for you (also intercept the Strafe Left control and tap A).

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

User avatar
Brian LeHury
 
Posts: 3416
Joined: Tue May 22, 2007 6:54 am

Return to Fallout 3