Search found 5 matches

by seamer
Thu Feb 09, 2023 3:13 am
Forum: Help Forum
Topic: Switching from cMUD
Replies: 11
Views: 17401

Re: Switching from cMUD

When it comes to getting the text into the containers that you have set up, can you post a screenshot of the trigger you have setup to try to capture that text? Please also show or otherwise include the code you have that is creating those containers (not the code for the containers themselves, jus...
by seamer
Wed Feb 08, 2023 2:26 am
Forum: Help Forum
Topic: Switching from cMUD
Replies: 11
Views: 17401

Re: Switching from cMUD

If you find you really like the repeat functionality that you had in cMUD, you can more or less mimic it by just making a script and putting a simple function into it that will do what it does, like this: function reSend(cmd, num) for i = 1, num do send(cmd) end end That way, you only have to do al...
by seamer
Tue Jan 31, 2023 1:51 am
Forum: Help Forum
Topic: Switching from cMUD
Replies: 11
Views: 17401

Re: Switching from cMUD

Thanks for the feedback, I will of course dig through it and see how I go. :)
by seamer
Fri Jan 27, 2023 6:50 pm
Forum: Help Forum
Topic: Switching from cMUD
Replies: 11
Views: 17401

Switching from cMUD

At the risk of sounding like a broken record :D I have a decent amount of aliases and triggers in cMUD that work as intended. I have no idea how they would look written into something Mudlet would understand. I won't bother you guys with the full set. If you could show me how to make it mudlet frien...
by seamer
Sat Jan 02, 2021 7:12 am
Forum: Scripts & Packages
Topic: Mudlet Discord Webhook Support
Replies: 5
Views: 11229

Re: Mudlet Discord Webhook Support

Hi xmods, I'm having trouble with this... I have the Webhooks/integration properly, but it looks like each of the aliases is not functioning as expected.. I am able to use dmsg to send with fixing a period in the payload, but no matter what I try for auction/group I just see a blank line sent to dis...