[00:28:38] I'm having issues trying to combine a guided tour with a JQuery promise call to get the user's rights. Are there examples of tours that call mw functions that use JQuery promises? When I tried to combine them it would stop the code, which ran fine, affecting the shown tour. Trying to use await and async didn't work either. [23:45:59] Dreamy_Jazz: could you share some of the code you're working with, perhaps https://paste.toolforge.org/ or some such [23:46:16] Is this for the guided tour? [23:46:43] Let me find it [23:51:24] I've seemed to have lost the code [23:51:28] I'll try and re-make it [23:55:14] https://paste.toolforge.org/view/377d9a52 [23:56:53] The issue that I have is that if the user doesn't have the block right it should change the next and back. The code in that callback runs without errors but it doesn't actually update the next for the filterip step. [23:59:53] I was thinking that it could be fixed by using a callback as the next and back value for filterip + copywikitext. However I couldn't get that to work without an async and the async didn't work with the callback for the guided tour