With the latest MaxPower bugfix I was also able to gain the new events like ChoiceWindowAppeared and this is great news. But what I can't seem to figure out is how to get the ChoiceWindow reference once the event triggers, so that I can call ChoiceWindow.DoChoice1() and whatnot. I breakpointed the event in the Visual Studio debugger and neither the object nor LavishScriptAPI.LSEventArgs contained such a reference, and it also looks like I can't get the reference through Extension.EQ2() or Extension.ISXEQ2().
I see in the object browser that there's a Extension.EQ2UIPage(string) which might be able to grab it, but I don't know what to pass into the function.
Am I overlooking something obvious?
I see in the object browser that there's a Extension.EQ2UIPage(string) which might be able to grab it, but I don't know what to pass into the function.
Am I overlooking something obvious?