Search found 11 matches

by Tahlnaith
Wed Dec 15, 2010 10:22 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Matching unknown second line of multi-line trigger?
Replies: 3
Views: 3844

Re: Matching unknown second line of multi-line trigger?

I managed to get something that seems to work well so far by using the parent/child chain trigger approach and setting filter to on in the parent trigger. For future reference though, what do you mean by line spacer?
by Tahlnaith
Wed Dec 15, 2010 10:22 am
Forum: Help Forum
Topic: Matching unknown second line of multi-line trigger?
Replies: 3
Views: 2835

Re: Matching unknown second line of multi-line trigger?

I managed to get something that seems to work well so far by using the parent/child chain trigger approach and setting filter to on in the parent trigger. For future reference though, what do you mean by line spacer?
by Tahlnaith
Wed Dec 15, 2010 9:35 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Matching unknown second line of multi-line trigger?
Replies: 3
Views: 3844

Matching unknown second line of multi-line trigger?

I'm trying to code some detection scripts for weapon attacks but I can't get any multi-line triggers to work properly. The attack message looks like this. You slash into yourself's left arm with an ornate steel rapier. You swing an ornate steel rapier at yourself's left arm with all your might. The ...
by Tahlnaith
Wed Dec 15, 2010 9:35 am
Forum: Help Forum
Topic: Matching unknown second line of multi-line trigger?
Replies: 3
Views: 2835

Matching unknown second line of multi-line trigger?

I'm trying to code some detection scripts for weapon attacks but I can't get any multi-line triggers to work properly. The attack message looks like this. You slash into yourself's left arm with an ornate steel rapier. You swing an ornate steel rapier at yourself's left arm with all your might. The ...
by Tahlnaith
Wed Dec 15, 2010 9:23 am
Forum: Help Forum
Topic: Search tables for number of occurrences?
Replies: 3
Views: 2712

Re: Search tables for number of occurrences?

Awesome, thank you two. I had something similar done already but I was using the wrong syntax for the foor loop like an idiot. Oh well.
by Tahlnaith
Mon Dec 13, 2010 6:11 am
Forum: Help Forum
Topic: Search tables for number of occurrences?
Replies: 3
Views: 2712

Search tables for number of occurrences?

I'm looking for a way to search through a table and return how many times a string appears in any key in that table, as well as each key it appears in. For example, I have a table with the values "applepie", "banana", "cherrypie", and "orange". I want to searc...
by Tahlnaith
Fri Dec 03, 2010 3:14 am
Forum: Help Forum
Topic: Aet GMCP Skills table not populated?
Replies: 9
Views: 5765

Aet GMCP Skills table not populated?

This seems to be an issue with Mudlet instead of with Aetolia since people with other clients like cMUD don't seem to be having this issue. The GMCP skills table doesn't seem to be populated at all right now. This broke several things in my system. Doing lua display(gmcp.Char) shows this as the skil...
by Tahlnaith
Sat Nov 13, 2010 2:50 am
Forum: General Forum
Topic: Mudlet-1.2.0-pre6 released
Replies: 87
Views: 55239

Re: Mudlet-1.2.0-pre6 released

I think I found a bug in Mudlet involving enableTrigger() and disableTrigger(). Example, you have a trigger named TestTrigger. Both enableTrigger(TestTrigger) and enableTrigger("TestTrigger") will enable it. However, only disableTrigger("TestTrigger") will disable it. Not using t...
by Tahlnaith
Thu Nov 11, 2010 8:01 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652794

Re: Mudlet API requests

Not sure if this counts as an API request or not, but I'd like to be able to drag items between settings windows, such as if you have two sessions open and both scripting windows up. For example, I'm logged in on both Aetolia and Achaea and I have both Alias windows open, I want to be able to drag a...
by Tahlnaith
Sat Oct 23, 2010 6:21 am
Forum: Help Forum
Topic: #SUB equivalent.
Replies: 2
Views: 2519

#SUB equivalent.

I'm looking to make a series of triggers that substitute words or lines. Is there a Mudlet equivalent of zMUD's #SUB?