Search found 24 matches

by Bigglesbee
Sat Oct 14, 2023 4:12 am
Forum: Help Forum
Topic: Conditional triggers nested inside main trigger?
Replies: 2
Views: 13569

Re: Conditional triggers nested inside main trigger?

Hey thanks for the reply, your way makes a lot of sense and is much easier than what I was originally looking to do!
by Bigglesbee
Fri Oct 13, 2023 12:55 am
Forum: Help Forum
Topic: Conditional triggers nested inside main trigger?
Replies: 2
Views: 13569

Conditional triggers nested inside main trigger?

Not sure how to get this to work. I want a single trigger that rescues a player if they're getting hit. However, I only want the rescue to fire once, and if it fails, I want a condition within the parent trigger to try rescuing the player once again (for each time it fails). The initial message of t...
by Bigglesbee
Tue Sep 26, 2023 2:29 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 718711

Re: Mudlet features and API requests

Haven't read all 54 pages of this thread, so ignore me if this has come up before, but I feel there are a few quality-of-life features missing that would be very useful for me and probably a lot of other people: Having an option for the profile list window to be a smaller, more organizable list (rat...
by Bigglesbee
Sun Jul 02, 2023 8:17 pm
Forum: Help Forum
Topic: How to make autosave profile snapshots only save a few sessions instead of every single one?
Replies: 2
Views: 18731

Re: How to make autosave profile snapshots only save a few sessions instead of every single one?

Ha thanks, I never really paid attention to what those ~4 default alias folders were!
by Bigglesbee
Sun Jun 18, 2023 7:57 pm
Forum: Help Forum
Topic: How to make autosave profile snapshots only save a few sessions instead of every single one?
Replies: 2
Views: 18731

How to make autosave profile snapshots only save a few sessions instead of every single one?

Heya, I was just transferring some profile folders to a new laptop, and I noticed that the autosave profile snapshot on exit feature just keeps creating new XML files at around 300-400KB each, totaling 2GB for my handful of characters on a single MUD. Is there a way to get the autosave feature to se...
by Bigglesbee
Thu Dec 29, 2022 7:31 pm
Forum: Help Forum
Topic: Creating temporary variables within aliases/triggers?
Replies: 5
Views: 10157

Re: Creating temporary variables within aliases/triggers?

Thanks for the help, I think I sort of get it, a couple questions though: What's the "Scripted Aliases" part of the create alias script, a folder? If I did it the way you described, the function in a script would create the alias, but then the alias I type would be in the separate Alias ta...
by Bigglesbee
Tue Dec 27, 2022 10:11 pm
Forum: Help Forum
Topic: Creating temporary variables within aliases/triggers?
Replies: 5
Views: 10157

Re: Creating temporary variables within aliases/triggers?

Hey thanks for the reply! I have a couple questions if you don't mind: What would be the difference between creating a checkmarked variable "switch" in a single character's profile vs. doing it as a script in that character's profile? Is there a way to make everything in one script or alia...
by Bigglesbee
Fri Dec 23, 2022 5:57 pm
Forum: Help Forum
Topic: Creating temporary variables within aliases/triggers?
Replies: 5
Views: 10157

Creating temporary variables within aliases/triggers?

Hey guys, can't figure this one out though I'm sure it's basic stuff. I want to switch a character's gear with an alias based on the current state of the gear setup. The best/easiest way I can think of doing this (with my non-coder skills), is have a permanent variable that gets checked to see what ...
by Bigglesbee
Sat Dec 10, 2022 7:21 pm
Forum: Help Forum
Topic: Making a universal profile for multiple characters?
Replies: 3
Views: 5612

Re: Making a universal profile for multiple characters?

I am very much a layman when it comes to coding and scripting and all that and that looks like an alien language to me! How would I create the table, or add to/edit values in it? Would this be like a script that runs whenever I open a character profile? Basically, I just want to be able to, for exam...
by Bigglesbee
Wed Dec 07, 2022 9:48 pm
Forum: Help Forum
Topic: Making a universal profile for multiple characters?
Replies: 3
Views: 5612

Making a universal profile for multiple characters?

Heya, I'm trying to cut down on the tedium of having multiple characters on one MUD and having to update alias/triggers/variables whenever I make a change that would apply to multiple characters. So, for example: I have the same triggers to highlight specific spells wearing off, the same aliases for...