1st bug. EH only triggers on "Action" key but not on "ContextAction" which is also key used to activate action from action menu
2nd bug, EH does not reset on mission restart
1st bug. EH only triggers on "Action" key but not on "ContextAction" which is also key used to activate action from action menu
2nd bug, EH does not reset on mission restart
execute in editor
inGameUISetEventHandler ["Action", "hint str time"]
//bug1:
scroll down action menu, select weapon and press Enter (which is "Action"), EH triggers and hows time
now scroll down action menu, select weapon and press Space (which is "ContextAction"), the action performs but EH doesn't trigger
//bug2:
exit to editor then restart the mission
press Enter. EH triggers, while it should have been reset.
Hello,
Could you please attach a simple repromission displaying the issue? Thank you.
inGameUISetEventHandler ["Action", "hint str time"]
This is all you need to execute in debug console, do you need a mission for that?
The fact this EH is not reset is a pretty big issue right? inGameUISetEventHandler ["PrevAction",'findDisplay 46 createDisplay "RscDisplayDebugPublic"']