Total-RP / Total-RP-3-Extended

Extended module for the Total RP 3 add-on for World of Warcraft, adding creation tools.
http://extended.totalrp.com
11 stars 13 forks source link

Input callback now properly from hardware event #185

Closed Solanya closed 3 years ago

Solanya commented 3 years ago

A long time ago, there was an issue when trying to prompt for input in a previous prompt for input effect callback. To solve this issue, I added a small delay between confirming the input and executing the callback workflow.

Unfortunately, this caused an issue after 8.2.5 where input callbacks couldn't use speech effects anymore. To resolve the matter, I am moving the delay before the input window is shown instead, so that input callbacks can once again be instant after hardware effect and trigger speech effects while still letting successive prompts work properly.