Search found 21 matches

by DarkArtist
Tue Jun 02, 2015 1:48 pm
Forum: General Forum
Topic: I would like this trigger to fire more than once on a line
Replies: 5
Views: 13300

Re: I would like this trigger to fire more than once on a li

I tested that pattern with match all ticked and got 3 matches back just fine.

I did
echo(matches[2]..'..'..matches[5]..'..'..matches[8])
and got
1173..1471..1615
I think you'd just have to test the matches to make sure they aren't nil and then put them in a table.
by DarkArtist
Fri Dec 26, 2014 4:45 pm
Forum: Whatever
Topic: SLOTHMUD - The Best in Cooperative Gameplay
Replies: 0
Views: 4422

SLOTHMUD - The Best in Cooperative Gameplay

As online communities go, you can't beat SlothMud for cooperative gameplay. This is as much due to the structure of the game as it does the fact that it is a close-knit community that's been playing together for over twenty years. The long continuity of the game can be attributed to good leadership ...
by DarkArtist
Fri Dec 19, 2014 10:30 am
Forum: Help Forum
Topic: Content of Scripts / Aliases / Triggers Vanishing
Replies: 2
Views: 2603

Re: Content of Scripts / Aliases / Triggers Vanishing

Ah thanks. I guess I jump back to 2.1 cuz it driving me nuts.
by DarkArtist
Thu Dec 18, 2014 11:24 am
Forum: Help Forum
Topic: Content of Scripts / Aliases / Triggers Vanishing
Replies: 2
Views: 2603

Content of Scripts / Aliases / Triggers Vanishing

This is a really mysterious problem that is baffling me ever since installing the new beta version. Occasionally an alias or script or trigger will cease working and when I look it up, it is still listed and active, but blank. For example my alias for casting the gate spell, very simple alias that I...
by DarkArtist
Mon Mar 10, 2014 3:53 pm
Forum: Help Forum
Topic: bugs in tempTimer scripts make timer persist
Replies: 0
Views: 2072

bugs in tempTimer scripts make timer persist

I noticed that when I put buggy code into a tempTimer for example if i leave out an 'end': tempTimer(1,[[ if a=b then dothis() ]]) then I can see that tempTimer appear when I do a search for dothis(). And everytime it runs, it creates another tempTimer that doesn't go away. A few questions about thi...
by DarkArtist
Wed Mar 05, 2014 3:29 pm
Forum: Help Forum
Topic: Help with line spacer in multiline trigger.
Replies: 3
Views: 3149

Re: Help with line spacer in multiline trigger.

What about the preceeding and following carriage returns tho?
by DarkArtist
Tue Mar 04, 2014 5:58 pm
Forum: Help Forum
Topic: Help with line spacer in multiline trigger.
Replies: 3
Views: 3149

Help with line spacer in multiline trigger.

Hello, Here's the trigger I'm trying to set up: 1 :line spacer A ghost (misses|pounds|bites) :regex A ghost (misses|pounds|bites) :regex 1 :line spacer The idea is that when I see something like: A ghost misses the mob. A ghost bites the mob. ,including the preceding blank line, and including the tr...
by DarkArtist
Tue Jan 21, 2014 7:35 pm
Forum: Help Forum
Topic: How to use a match to reference a variable?
Replies: 2
Views: 2417

Re: How to use a match to reference a variable?

Thanks again sir :)
by DarkArtist
Tue Jan 21, 2014 6:07 pm
Forum: Help Forum
Topic: How to use a match to reference a variable?
Replies: 1
Views: 1856

How to use a match to reference a variable?

Lets say that there are several kinds/colors of potions that you want to keep track of. The potions are acquired off the corpses of victims as such: You get a green potion from the corpse. So everytime I get a green potion I want to increment greenCount, red potion redCount, yellow potion yellowCoun...
by DarkArtist
Tue Jan 21, 2014 6:07 pm
Forum: Help Forum
Topic: How to use a match to reference a variable?
Replies: 2
Views: 2417

How to use a match to reference a variable?

Lets say that there are several kinds/colors of potions that you want to keep track of. The potions are acquired off the corpses of victims as such: You get a green potion from the corpse. So everytime I get a green potion I want to increment greenCount, red potion redCount, yellow potion yellowCoun...