Search found 94 matches

by keneanung
Fri Oct 06, 2017 2:04 pm
Forum: Help Forum
Topic: Boolen compare trigger?
Replies: 3
Views: 3083

Re: Boolen compare trigger?

You can use a backreference in a perl regex for that. Your trigger would look like "^Lifeforce \[(\d+) / \1\]$" (without quotes) and trigger type set to "perl regex".
by keneanung
Tue Sep 26, 2017 6:50 pm
Forum: Help Forum
Topic: Can I de-register an event?
Replies: 7
Views: 5636

Re: Can I de-register an event?

The next version will fix this. the registerAnonymousEventHandler() function returns an ID (similar to the tempTimer and others), which then can be used in the killAnonymousEventHandler() function.
by keneanung
Tue Sep 19, 2017 7:58 am
Forum: Help Forum
Topic: Reconnecting and Event Handlers
Replies: 4
Views: 4403

Re: Reconnecting and Event Handlers

It doesn't work because the event is called "sysDisconnectionEvent". The upper/lower casing is important here. If you change the first argument of the last line, it should work.
by keneanung
Fri Jul 28, 2017 9:17 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Using String Interpolation
Replies: 2
Views: 4005

Re: Using String Interpolation

I think you misunderstand, Vadi. This defines the "mod" operator on strings, but doesn't touch the string content at all.
by keneanung
Sat Jul 22, 2017 9:56 pm
Forum: Help Forum
Topic: Can I de-register an event?
Replies: 7
Views: 5636

Re: Can I de-register an event?

There is no way to deregister one right now...
by keneanung
Sat Jul 22, 2017 9:53 pm
Forum: Help Forum
Topic: MSDP Arrays
Replies: 4
Views: 3738

Re: MSDP Arrays

This is now fixed and will come with the next mudlet version.
by keneanung
Fri Jul 21, 2017 7:09 am
Forum: Help Forum
Topic: Issue with 3.3.1 from 2.1
Replies: 7
Views: 5023

Re: Issue with 3.3.1 from 2.1

Are you willing to share the script? Maybe privately? That would make it easier to analyse the problem.
by keneanung
Thu Jul 20, 2017 2:58 pm
Forum: Help Forum
Topic: Issue with 3.3.1 from 2.1
Replies: 7
Views: 5023

Re: Issue with 3.3.1 from 2.1

@icester which game/mapping script do you use? Maybe I can have a closer look at it.
by keneanung
Mon Jul 17, 2017 9:14 pm
Forum: Help Forum
Topic: MSDP Arrays
Replies: 4
Views: 3738

Re: MSDP Arrays

Update: I submitted a bugfix at https://github.com/Mudlet/Mudlet/pull/1221
by keneanung
Mon Jul 17, 2017 3:36 pm
Forum: Help Forum
Topic: MSDP Arrays
Replies: 4
Views: 3738

Re: MSDP Arrays

I believe I found the underlying issue. I will look into adding the fix to the next release (3.4).