Search found 56 matches

by Israafiyl
Thu Jan 22, 2015 1:39 am
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 274339

Re: Mudlet 3.0.0-delta (preview #4)

using Gamma and it seems some of my triggers, scripts, aliases, keybindings (when I switch back and forth between such while making them) are being filled with info from the previous thing I was looking at....
by Israafiyl
Thu Nov 14, 2013 8:40 pm
Forum: Help Forum
Topic: help with gateway triggers/multiLine triggers
Replies: 2
Views: 2672

help with gateway triggers/multiLine triggers

Hello again all! Quick question. I am wanting to make a new trigger that fires when I get this message: ^You leap from the shadows and plunge your dagger into .+'s unsuspecting back!$ followed imminently by the prompt 2918h, 3618m, 13490e, 13093w cexk- and then another to fire when I get the same me...
by Israafiyl
Thu Nov 14, 2013 7:34 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 19796

Re: assistance please

Hmm I suppose so, though I did not know if the solution was for sure a Multi-line trigger or a gateway trigger. Thanks for letting me know it is such! Would I just make another trigger line be returnPrompt() if the prompt follows the first line?
by Israafiyl
Thu Nov 14, 2013 6:49 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 19796

Re: assistance please

Hello again all! Quick question. I am wanting to make a new trigger that fires when I get this message: ^You leap from the shadows and plunge your dagger into .+'s unsuspecting back!$ followed imminently by the prompt 2918h, 3618m, 13490e, 13093w cexk- and then another to fire when I get the same me...
by Israafiyl
Fri Oct 25, 2013 5:55 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 19796

Re: assistance please

I had an idea I would have to do something like that. What if I wanted to use my dstab()function within such a random command? my dstab command looks something like this: dstab("venom1","venom2","illusion") dstab("kalmia","kalmia","curareSymptom...
by Israafiyl
Thu Oct 24, 2013 9:35 pm
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 19796

Re: assistance please

Okay I have ran into another issue I cannot seem to solve... I have a function: function ill(ills) if illusions[ills] ~= nil then send("conjure "..target.. " illusion ".. illusions[ills],false) end end This function pulls from my illusion database. e.g. ill("hallucinations&q...
by Israafiyl
Tue Oct 22, 2013 7:21 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 19796

Re: assistance please

Also if anyone could. How would I go about making this work? tempExactMatchTrigger("You prick "..target.." twice in rapid succession with your dirk.", [[ phase1Counter = phase1Counter % #phase1Commands + 1 killTrigger(tempDstabTrigg) ]] the tempExactMatch wont match my target. I ...
by Israafiyl
Tue Oct 22, 2013 6:08 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 19796

Re: assistance please

Ahh it seems I had taken out the break. As it is in your code it will only let me fire one directon, that being the first one on the gmcp.exits list. I tried to place it within the tempTrigger and that didn't seem to work either. I am unsure what the logical solution to this would be. Again thank yo...
by Israafiyl
Tue Oct 22, 2013 4:53 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 19796

Re: assistance please

It seems because my snipe command sends all directions at once lastSnipeDir is set to the last room it tries to shoot even if I am off balance having shot in another direction
by Israafiyl
Sat Oct 19, 2013 8:05 pm
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 19796

Re: assistance please

exits in gmcp::
Room = {}
Info = {}

exits = {
ne = 11104,
u = 11095,
e = 12453,
d = 11089,
w = 13229,
nw = 11142
}