Search found 14 matches

by jimbus
Fri May 13, 2016 2:33 pm
Forum: Help Forum
Topic: accessing the profile name from a trigger
Replies: 3
Views: 4478

accessing the profile name from a trigger

Hey guys, I'm trying to set up some init stuff for login triggers and was wondering if there was a way to access to profile name or something in the profile launch that I could access in a trigger to identify the character? I have several alts and create a profile for each largely because our mud al...
by jimbus
Thu Apr 21, 2016 2:02 pm
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 271618

Re: Mudlet 3.0.0-delta (preview #4)

I've been using modules for a month or so and I was just commenting on the interface inconsistency. Usability is sort of my thing :)

the only other thing I've noticed is player created variables don't seem to be part of package or modules. I guess I'll have to create an aliases to manage them
by jimbus
Fri Apr 15, 2016 5:36 pm
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 271618

Re: Mudlet 3.0.0-delta (preview #4)

The dialogue boxes for package manager and module manager are very similar in look and function, bu the buttons on module manager are inconsistent and confusing. Packages: install, uninstall, cancel and ok(default) Module: module help, install, uninstall (default) I have more than once uninstalled w...
by jimbus
Fri Apr 15, 2016 5:29 pm
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 271618

Re: Mudlet 3.0.0-delta (preview #4)

Welcome to Regex! This site, https://regex101.com, is your friend. It not only test, but explains and has a bit of a reference. There are two parts to a trigger: the regular expression that searches the input and the Lua script that sends a response. Your regex might look like this: (\w+) group-says...
by jimbus
Sun Mar 20, 2016 1:08 pm
Forum: Scripts & Packages
Topic: Is there a setFocus for the main windows?
Replies: 7
Views: 8690

Re: Is there a setFocus for the main windows?

GrimhavenMUD nee SneezyMud. Multiplay has been traditionally verbotten. however, since it's resurrected and the community is very small, they've opened it up.
by jimbus
Wed Mar 16, 2016 2:59 pm
Forum: Help Forum
Topic: Exporting variables?
Replies: 1
Views: 2335

Exporting variables?

I'm using Modules on 3.0 delta and I'm excited for modules! I'd posted something on this functionality recently, not knowing it was in the new version (I still haven't been able to find a list of changes for 3). It seems the process is to export a package and import it as a module, then delete the o...
by jimbus
Tue Mar 08, 2016 4:57 pm
Forum: Scripts & Packages
Topic: Is there a setFocus for the main windows?
Replies: 7
Views: 8690

Re: Is there a setFocus for the main windows?

I'm not trying to close anything, just looking to duplicate ctl-tab by having an f-key set to each character that brings it to the top when pressed. EG: Character1-f1, character2-f2, character3-f3
by jimbus
Tue Mar 08, 2016 12:35 am
Forum: Scripts & Packages
Topic: Is there a setFocus for the main windows?
Replies: 7
Views: 8690

Re: Is there a setFocus for the main windows?

if I'm running 3 characters, I want to hotkey between them. Like ctl-tab may do it, which it is awkward to me (sorry), but I want to dedicate an f-key to each window.

Hope that's clearer :)

JimB

Update: Ctl-tab indeed does
by jimbus
Tue Mar 08, 2016 12:23 am
Forum: Scripts & Packages
Topic: isn't there a send that doesn't echo?
Replies: 3
Views: 6578

Re: isn't there a send that doesn't echo?

Ah, that's right, I was too focused on a separate command to read the send doc all the way through. Now that you say that, I remember I set a global debug variable to turn it on and off as a second arguement.

Thank you!

JimB
by jimbus
Mon Mar 07, 2016 7:17 pm
Forum: Scripts & Packages
Topic: isn't there a send that doesn't echo?
Replies: 3
Views: 6578

isn't there a send that doesn't echo?

I swear I remember a send that doesn't echo the generated commends to the screen? I'd hoped it would be listed in similar commands in one of send, sendall and expandalias, but no such luck :)

JimB