4
Fork 0

Detect and warn about incompatible dialoguemenu.swf

english-generic-dialogue
Eddoursul 3 years ago
parent 87cabfbe29
commit 7a01ad17d8
  1. BIN
      scripts/_00e_questfunctions.pex
  2. 8
      source/scripts/_00e_questfunctions.psc

Binary file not shown.

@ -134,6 +134,14 @@ endFunction
Function DisableDialogueQuitting() Global
{Disables the TAB Key during dialogue. Resets automatically upon dialogue exit via Goodbye.}
if UI.GetBool("Dialogue Menu", "_root.DialogueMenu_mc.bEnableTab") != true
; Suspected non-Enderal dialoguemenu.swf replacer, rechecking value in order to be sure.
UI.InvokeBool("Dialogue Menu", "_root.DialogueMenu_mc.SetVariable", True)
if UI.GetBool("Dialogue Menu", "_root.DialogueMenu_mc.bEnableTab") != true
Debug.Notification("Detected incompatible dialoguemenu.swf!")
endif
endif
UI.InvokeBool("Dialogue Menu", "_root.DialogueMenu_mc.SetVariable", False)
EndFunction

Loading…
Cancel
Save