Search found 12 matches

by Dhaed
Tue Mar 09, 2010 5:44 am
Forum: Scripts & Packages
Topic: Vadi Sipper for Achaea
Replies: 25
Views: 28496

Re: Vadi Sipper for Achaea

Works perfectly. Thank you!
by Dhaed
Mon Mar 08, 2010 6:33 am
Forum: Scripts & Packages
Topic: Vadi Sipper for Achaea
Replies: 25
Views: 28496

Re: Vadi Sipper for Achaea

How would I go about coloring the () gray and the up changes green and the down changes red?
by Dhaed
Tue Mar 02, 2010 8:37 pm
Forum: Help Forum
Topic: Help with scripting (aliases/functions)
Replies: 1
Views: 2243

Help with scripting (aliases/functions)

So I'm setting up lookup tables for my cures, and I'm running into a problem where my affliction can have more than one cure. So the following is my lookup table and my affliction being passed to the the function that calls for the cure function cureAffs_pipe(aff) send(pipeTable[aff]) end pipeTable ...
by Dhaed
Sun Feb 21, 2010 1:32 am
Forum: Help Forum
Topic: Break out of a function?
Replies: 4
Views: 3582

Re: Break out of a function?

Oooooh, perfect sense. Thank you!
by Dhaed
Sun Feb 21, 2010 12:07 am
Forum: Help Forum
Topic: Break out of a function?
Replies: 4
Views: 3582

Re: Break out of a function?

Ok, I wasn't too sure wether END, in conjunction with my IF's, was tied to the IF or if it would break out of the function. Seems like it will break out of the function. Thank you!
by Dhaed
Sat Feb 20, 2010 11:07 pm
Forum: Help Forum
Topic: Break out of a function?
Replies: 4
Views: 3582

Break out of a function?

This should be easy to answer. How do I break out of a function, prematurely, before getting through all of the code in the function? Other languages would use something like 'break' or 'exit'. I can't seem to find what to use and I'm still rather new at LUA.
by Dhaed
Fri Feb 19, 2010 7:38 pm
Forum: Mudlet Development
Topic: Feature Request: Tab Completion of Text
Replies: 0
Views: 2555

Feature Request: Tab Completion of Text

So yeah, this lends itself to lazy, BUT it would be nice to have tab completion while coding similar to how VS .NET does it. AutoIT does it too and OMG is it a Godsend. I would love you for life!
by Dhaed
Fri Feb 19, 2010 7:23 pm
Forum: Mudlet Development
Topic: Mudlet Mapper
Replies: 139
Views: 154334

Re: Mudlet Mapper

This may or may not have been said, but Room Title information on mouse over would be tits.

Edit: Oh and worm hole links too! (this could be a manual or automatic thing, either way. I think manual would lend itself to rifts in Midkemia.)
by Dhaed
Thu Feb 11, 2010 5:27 am
Forum: Help Forum
Topic: Multiline Trigger with replace()
Replies: 5
Views: 4678

Re: Multiline Trigger with replace()

I see what you mean. Anything I should be weary of when setting screen width to off and Mudlet wrap buffer to 200?

Edit: 158 is all the wider I can go on my laptop. You guys are the greatest as far as support goes.
by Dhaed
Wed Feb 10, 2010 6:13 pm
Forum: Help Forum
Topic: Multiline Trigger with replace()
Replies: 5
Views: 4678

Re: Multiline Trigger with replace()

Never mind, I just got it to fire. The MUD has a 'hidden' space at the end of line 1, which I did not have. Working as intended. :D Now I just have no clue how to do what I want, here's some screenies of how I thought it should be done, but it isn't working so yeah.