(Quote)
I know what replays are. There is a script that can log in real-time that allows playback in your browser using html5. These are two different things. One of the contributors to Tripwire is the person(I think) who wrote it, thou…
After adding this, and having to download two dll files, pcre3 and msrvc110 I believe, I finally got this to be enabled, but got these errors: Unable to serve the module with function 'prefix_at'! Unable to serve the module with function '…
Also, gui elements should need to be turned on, I prefer to construct my own gui and not have my system provide it, one of the main reasons I'm not rea…
Have you checked the error view? Wild guess, but I think you're trying to run the functions before they're actually created. Move the init script to the bottom. Also, I've never had an issue with (the little bit of gui stuff I do have) my gui window…
What Moi said, there's 5 libraries I can walk to, 10, 20, 40, ??, ~60 minutes respectively. While I can't use the comps due to... issues, I can still read all the various books they have available. I'd also end up playing a lot of chess again…
Set a variable while doing a step and unset it once the step is complete? Loop through a table and use timers, with values for each key(ritual name/action) being the time it takes to do each step?
That works too yeah, I just chose to do it the way I did, but table:getIndex() is still a great function to have(credits to demonnic of the Mudlet dev team for giving it to me).