Search found 114 matches

by Denarii
Fri Jun 11, 2010 12:55 pm
Forum: Help Forum
Topic: Script problem
Replies: 14
Views: 9291

Re: Script problem

speedwalk(speedwalktable["marshlands"])
by Denarii
Thu Jun 10, 2010 1:32 pm
Forum: Help Forum
Topic: How do I use the prompt as a trigger?
Replies: 11
Views: 7201

Re: How do I use the prompt as a trigger?

Try:

Code: Select all

^H:(\d+) M:(\d+) E:(\d+)% W:(\d+)% XP:(\d+)% \[([cspdba@ ]*)([eb-]+)\]
by Denarii
Thu Jun 10, 2010 1:10 pm
Forum: Mudlet Development
Topic: LuaGlobal Improvements - help needed
Replies: 47
Views: 29378

Re: LuaGlobal Improvements

I should be around during the early evening, EST
by Denarii
Wed Jun 09, 2010 11:16 pm
Forum: Mudlet Development
Topic: LuaGlobal Improvements - help needed
Replies: 47
Views: 29378

Re: LuaGlobal Improvements

Can you come to the IRC channel so I can talk to you about this?
by Denarii
Wed Jun 09, 2010 12:36 am
Forum: Mudlet Development
Topic: LuaGlobal Improvements - help needed
Replies: 47
Views: 29378

Re: LuaGlobal Improvements

What issue did you have with cecho?
by Denarii
Tue Jun 08, 2010 2:20 am
Forum: Mudlet Development
Topic: LuaGlobal Improvements - help needed
Replies: 47
Views: 29378

Re: LuaGlobal Improvements

(currently everyone is just adding useful function randomly into LuaGlobal) No, currently all changes to LuaGlobal go through me. However there is a lot of random stuff in no particular logical order (actually, not true, originally stuff was grouped by the person who contributed it) mainly because ...
by Denarii
Wed Jun 02, 2010 3:28 pm
Forum: Help Forum
Topic: cecho's insertText flag
Replies: 9
Views: 5605

Re: cecho's insertText flag

Okay. Basically, the cecho/cinsertText functions split the string based on the color tags and then loop through setting colors and echoing. So when you've manually positioned the cursor, it inserts each section of the text at that point, rather than in order. So it's inserting a red ((, then coral I...
by Denarii
Tue Jun 01, 2010 9:34 pm
Forum: Help Forum
Topic: cecho's insertText flag
Replies: 9
Views: 5605

Re: cecho's insertText flag

Use cinsertText(window, text) (window is optional).

The documentation is out of date.
by Denarii
Wed May 26, 2010 7:11 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 706686

Re: Mudlet API requests

You know, I think I did that at one point but it didn't end up getting merged into git.
by Denarii
Tue May 25, 2010 1:48 pm
Forum: Help Forum
Topic: Metatables
Replies: 4
Views: 3667

Re: Metatables

It's __newindex